Thread: viz.remove ?
View Single Post
  #2  
Old 02-09-2005, 12:39 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Try scene.remove(). This will permanently delete an object.

Do you actually have a thousand different objects to load? If not, I would suggest that you load all the objects at the beginning of your script so you don't have to delete and reload the same objects.
Reply With Quote