Defines enumerated values for the display and behavior of single objects.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
SyntaxPublic Enumeration ObjectMode
Members|
| Member name | Value | Description |
|---|
| Normal | 0 | Object mode comes from layer. |
| Hidden | 1 | Not visible, object cannot be selected or changed. |
| Locked | 2 | Visible, object cannot be selected or changed. |
| InstanceDefinitionObject | 3 |
Object is part of an InstanceDefinition. The InstanceDefinition
m_object_uuid[] array will contain this object attribute's uuid.
|
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also