SceneObject class/Draw Style.Frontface Mode property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2D87780B
Scope Basic Development Environment
Data Name Draw Style.Frontface Mode
Short Name* DrawStyle.FrontfaceMode
Long Name* Draw Style:Frontface Mode
* 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
Data Type Enum U16 data type

Enum U16

Property Node Draw Style:Frontface Mode
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Reads or writes how you determine the front-facing polygons of the 3D object.

Values
0 Inherit Value—The object inherits the frontface mode of a parent object.
1 Counterclockwise—Front-facing polygons have a counterclockwise orientation of their ordered vertices.
2 Clockwise—Front-facing polygons have a clockwise orientation of their ordered vertices.

Uses

History

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

See Also

External Links