![]() |
|
#2
|
|||
|
|||
|
Hi Brian,
All child objects have a remove command, which permanently deletes the object. Example: Code:
object = viz.add('world.wrl')
.
.
.
object.remove()
|
|
|