delClipPlane()
Remove a clip plane from an actor.
Usage
vis.delClipPlane( actor = None )
Parameters
- actor (object)
- The actor with a clip plane that should be removed. If actor is None, all of the 3D objects's clip planes will be removed.
Return Value
None
Errors
actor should be valid.
Description
vis.delClipPlane( )