SceneGraphDisplay class/WindowToObjectCoords method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 50F2700A
Scope Basic Development Environment
Data Name WindowToObjectCoords
Short Name* WindowToObjectCoords
Long Name* WindowToObjectCoords
* 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 WindowToObjectCoords
Available in Real-Time Operating SystemYes
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

Converts a point in window coordinates to points in object coordinates on the near and far clip planes of the view.

Parameters

Data type Name Required Description
Numeric Cluster point Yes Window coordinates of the point that you want to convert to object coordinates.
Numeric Cluster near plane point Yes Returns the window point converted at the near plane, or the front of the rendering.
Numeric Cluster far plane point Yes Returns the window point converted at the far plane, or the back of the rendering.

Uses

History

Version Change(s)
LabVIEW 8.6 This method was added in LabVIEW 8.6.

See Also

External Links