activeClipPlane()
Activate\deactivate the clip plane of an actor.
Usage
vis.activeClipPlane( active = True, actor = None )
Parameters
- active (boolean)
- This flag indicates if the clip plane should be activated or deactivated.
- actor (object)
- The actor that has a clip plane should be activated\deactivated. If actor is None, all of the 3D object's clip planes will be activated\deactivated.
Return Value
None
Errors
actor should be valid.
Description
vis.activeClipPlane( active = False )