View Single Post
  #7  
Old 01-31-2005, 09:19 AM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Remove

Thank you!

Removing of objects seems not to be possible?

Searching in this forum I found:

http://www.worldviz.com/forum/showth...ghlight=remove
"Currently you can't remove an object from memory, but you can make it invisible as you already did. We are hoping to have this feature by the next release also."

So the workaround is:
gliderObj.visible(False)

instead of gliderObj.remove()

Johannes
Reply With Quote