Jump to content

SceneObject class/Set Billboard Params method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
Line 66: Line 66:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 14:15, 7 May 2020

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 2018 More info to come.

See Also

External Links