vrdClipPlaneNode

class vrdClipPlaneNode

(Inherits vrdTransformNode)

This class provides access to clip planes.

Functions

vrdClipPlaneNode.getEnabled()
Returns:True if the clip plane is enabled, False otherwise.
Return type:bool
vrdClipPlaneNode.setEnabled(value)

Enables or disables the clip plane.

Parameters:value (bool) – True to enable the clip plane.