delTufts()
Remove a Tufts actor.
Usage
vis.delTufts( tuftsInfo )
Parameters
- TuftsInfo (integer) or (string)
- Tuft's name or ID.
Return Value
None
Errors
tuftsInfo should be valid.
Description
This routine removes a Tufts actor which is specified by tuftsInfo from the
scene graph. The TuftsInfo could be Tufts ID or name. For
example,
vis.delTufts( "mid-plane" )