WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 08-31-2016, 05:20 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The vizconnect file worked for me. Make sure you set the item list for both the grabber and highlighter in the script that imports the configuration. For example:

Code:
shapes = [pyramid,torus,box]

grabber = vizconnect.getRawTool('grabber')
grabber.setItems(shapes)

highlighter = vizconnect.getRawTool('highlighter')
highlighter.setItems(shapes)
If you map the same input signals to multiple tools I'm not sure if both tools will work at the same time. However, in most cases you probably would want only one of those tools enabled at a time.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
timer question Elittdogg Vizard 5 10-10-2007 02:49 PM


All times are GMT -7. The time now is 06:02 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC