View Single Post
  #8  
Old 09-08-2016, 04:48 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I tested using the same highlight method for both grabber and highlight and the grabbing worked fine. Can you post example code that shows the issue?

Once you get a handle to a tool you can call the setEnabled method on it with viz.ON, viz.OFF, or viz.TOGGLE:

Code:
grabber = vizconnect.getTool('grabber')
grabber.setEnabled(viz.OFF)
Reply With Quote