Create Clip Plane
- Updated2025-01-28
- 3 minute(s) read
Create Clip Plane
Defines a plane in the 3D scene beyond which objects cannot be drawn.

Inputs/Outputs
![]() Plane is a cluster consisting of the four coefficients of the plane equation.
![]() Number is the integer used to identify the plane. Number must be a value between 0 and 5, inclusive. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() New Clip Plane Refnum is the reference to the clip plane. ![]() error out contains error information. This output provides standard error out functionality. |
The coordinates of points in a clip plane are determined by the following equation:
Ax+By+Cz+D = 0LabVIEW determines the side of the plane on which objects appear based on the orientation of the plane. A plane defined by the constants 1, 1, 1, and 0 is opposite in orientation to a plane defined by the constants –1, –1, –1, and 0.