SoClipPlane

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This node clips all subsequent shapes in the scene graph to the half- space defined by the plane field. The half-space is the side of the plane in the direction of the plane normal. For example, if the plane is positioned at the origin and the normal is pointing down the positive X axis, everything in the negative X space will be clipped away.

Any number of clipping planes may be active simultaneously, although the graphics library may place a limit on this number during rendering.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoClipPlane._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Plane

name: plane, type: Plane, default: 1 0 0 0

Plane defining half-space.

On

name: on, type: Bool, default: TRUE

Whether clipping plane is active.