View Single Post
  #2  
Old 03-05-2017, 10:26 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What is the format of the model that you are loading? The following code worked for me using a .3dc model:

Code:
model = viz.add('model.3dc')
vizact.onkeydown('1',model.pointSize,1)
vizact.onkeydown('2',model.pointSize,2)
vizact.onkeydown('5',model.pointSize,5)
Reply With Quote