SceneObject class/Set Billboard Params method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 2D877432
Scope Basic Development Environment
Data Name SetBillboardParams
Short Name* SetBillboardParams
Long Name* Set Billboard Params
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 105
Owning Class Name SceneObject Class
Return Data Type No return value
Invoke Node Set Billboard Params
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 runningNo

Sets or updates parameters for billboarding.

Parameters

Data type Name Required Description
Enum U16 mode No Specifies the rotation behavior of the billboard.
Numeric Cluster Array position list No Specifies the list of positions to put an instance of the billboard. LabVIEW draws an instance of the billboard at each point in the array.
Numeric Cluster normal No Specifies the vector that describes the front of the billboard when the billboard is not rotated.
Numeric Cluster axis No Specifies the axis around which the billboard rotates if you specify Axial for the modeinput.

Uses

History

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

See Also

External Links