RhinoCommon API
DisplayMode Enumeration |
Defines enumerated values for display modes, such as wireframe or shaded.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | The default display mode. | |
| Wireframe | 1 |
The wireframe display mode.
Objects are generally only outlined by their corresponding isocurves and edges. | |
| Shaded | 2 |
The shaded display mode.
Objects are generally displayed with their corresponding isocurves and edges, and are filled with their diplay colors. | |
| RenderPreview | 3 |
The render display mode.
Objects are generally displayed in a similar way to the one that will be resulting from rendering. |