View Single Post
  #3  
Old 10-31-2013, 08:33 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the node.getMatrix command to get the transform of a sub-node. In your specific example, you could retrieve the tent position displayed in Inspector using the following code:
Code:
pos =  model.getMatrix(viz.ABS_GLOBAL,node='tent').getPosition()
Reply With Quote