View Single Post
  #2  
Old 11-17-2003, 10:49 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Brian,

All child objects have a remove command, which permanently deletes the object. Example:
Code:
object = viz.add('world.wrl')
.
.
.
object.remove()
That should work fine, let me know if you are having problems with it.
Reply With Quote