SceneGraphDisplay class/Projection.Frustum method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 50F27005
Scope Basic Development Environment
Data Name Projection.Frustum
Short Name* Projection.Frustum
Long Name* Projection:Frustum
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 100
Owning Class Name SceneGraphDisplay Class
Return Data Type No return value
Invoke Node Projection:Frustum
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

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

Parameters

Data type Name Required Description
Single Float Left Yes Specifies the left bound of the frustum.
Single Float Right Yes Specifies the right bound of the frustum.
Single Float Bottom Yes Specifies the bottom bound of the frustum.
Single Float Top Yes Specifies the top bound of the frustum.
Single Float Near Clipping Plane Yes Specifies the clipping plane nearest the viewer. LabVIEW does not render objects that appear closer to the viewer than the specified Near Clipping Pane boundary.
Single Float Far Clipping Plane Yes Specifies 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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links