View Single Post
  #2  
Old 10-18-2010, 09:51 AM
masaki masaki is offline
Member
 
Join Date: Jan 2008
Posts: 63
Yes, it is possible to get and set the scale of a vizshape object.

box = vizshape.addBox() #define box
box.setScale(2,2,2) #change scale by 2x
box.getScale() #get the scale

Best,
Masaki
Reply With Quote