View Single Post
  #4  
Old 02-02-2005, 01:16 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

To add the vizinfo box to a different scene try the following:
Code:
#Place info box in scene 2
info._group.parent(viz.WORLD,2)
The following command will return a string that specifies the current version of Vizard:
Code:
version = viz.version()
Reply With Quote