SceneObject class/Draw Style.Mode property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2D87780A
Scope Basic Development Environment
Data Name Draw Style.Mode
Short Name* DrawStyle.Mode
Long Name* Draw Style: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: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 the method you use to draw the 3D object. You can choose from the following options:

Values
0 Inherit Value—Inherits the draw style of a parent object.
1 Points—Draws the object by placing points at the vertices of the object.
2 Wireframe—Draws the object with line segments that connect at the vertices to form a bounded geometry.
3 Polygon—Draws the object with a fully bounded and filled geometry.

Uses

History

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

See Also

External Links