ObjectTableHide Method |
| Name | Description | |
|---|---|---|
| Hide(Guid, Boolean) |
If Object().IsNormal() is true, then the object will be hidden.
| |
| Hide(ObjRef, Boolean) |
If objref.Object().IsNormal() is true, then the object will be hidden.
| |
| Hide(RhinoObject, Boolean) |
If obj.IsNormal() is true, then the object will be hidden.
| |
| Hide(Guid, Boolean, String) | ||
| Hide(ObjRef, Boolean, String) |
Hides object that is referenced by objref and optionally assigns it to a hide group.
If objref.Object().IsNormal() is true, then the object will be hidden.
| |
| Hide(RhinoObject, Boolean, String) |