Owning Palette: Helpers VIs
Requires: Full Development System
Defines a plane in the 3D scene beyond which objects cannot be drawn.
Add to the block diagram | Find on the palette |
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 = 0
LabVIEW 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.