View Single Post
  #8  
Old 04-28-2008, 05:19 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Yes, whenever you create an object you can specify the parent it will be attached to. If you want to copy an object underneath another object you would do the following:
Code:
child = node.copy(parent=node)
Reply With Quote