SceneGraphDisplay class/Projection.Orthographic method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 50F27002
Scope Basic Development Environment
Data Name Projection.Orthographic
Short Name* Projection.Orthographic
Long Name* Projection:Orthographic
* 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:Orthographic
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 box-shaped view. The distance of the camera from the objects does not affect the size of the objects in this view.

Parameters

Data type Name Required Description
Single Float Left Yes Specifies the left bound of the box.
Single Float Right Yes Specifies the right bound of the box.
Single Float Bottom Yes Specifies the bottom bound of the box.
Single Float Top Yes Specifies the top bound of the box.
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