delCplActor()
Removes a cut-plane actor.
Usage
vis.delCplActor( cplInfo )
Parameters
- cplInfo (integer) or (string)
- Cut-plane Name or ID.
Return Value
None
Errors
cplInfo should be valid.
Description
This routine removes a cut-plane actor which is specified by cplInfo from
scene graph. The cplInfo could be cut-plane ID or name. For
example,
vis.delCplActor( 0 )