Short Name: DrawStyle.Mode
Requires: Full Development System
Class: SceneObject Properties
To Use: Create a property.
Reads or writes the method you use to draw the 3D object. You can choose from the following options:
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. |
The following table lists the characteristics of this property.
Data type | |
Permissions | Read/Write |
Available in Run-Time Engine | Yes |
Available in Real-Time Operating System | No |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |