These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Need bounding box but not the mesh highlight

mcedeno101
mcedeno101's picture
Registered: Oct 15 2009
Posts: 20
Answered

I have a javascript that changes color of the selected mesh, however, i need to remove the highlight to see the color change dynamically.

What parameters should I change?

Thanks..

My Product Information:
Acrobat 3D 9.1, Windows
UVSAR
UVSAR's picture
Expert
Registered: Oct 29 2008
Posts: 1357
The highlight is added as part of the default action of the selection tool, so you need to use [b]runtime.overrideSelection = true[/b] to stop it.
mcedeno101
mcedeno101's picture
Registered: Oct 15 2009
Posts: 20
After 3 days experimenting and searching the API reference without success...
Thank you. You are an angel!