Projection:Frustum Method

LabView Local Project Settings

Projection:Frustum Method

Short Name: Projection.Frustum

Installed With: Full Development System

Class: SceneGraphDisplay Methods

Sets coordinates to render the scene in a frustum-shaped view. This projection causes objects farther from the camera to appear smaller.

Parameters

NameRequiredDescription
LeftNoSpecifies the left bound of the frustum.
RightNoSpecifies the right bound of the frustum.
BottomNoSpecifies the bottom bound of the frustum.
TopNoSpecifies the top bound of the frustum.
Near Clipping PlaneNoSpecifies the clipping plane nearest the viewer. LabVIEW does not render objects that appear closer to the viewer than the specified Near Clipping Pane boundary.
Far Clipping PlaneNoSpecifies the clipping plane farthest from the viewer. LabVIEW does not render objects that appear farther from the viewer than the specified Far Clipping Pane boundary.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo