Click or drag to resize

ObjectTableHide Method

Overload List
  NameDescription
Public methodHide(Guid, Boolean)
If Object().IsNormal() is true, then the object will be hidden.
Public methodHide(ObjRef, Boolean)
If objref.Object().IsNormal() is true, then the object will be hidden.
Public methodHide(RhinoObject, Boolean)
If obj.IsNormal() is true, then the object will be hidden.
Public methodHide(Guid, Boolean, String)
Public methodHide(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.
Public methodHide(RhinoObject, Boolean, String)
Top
See Also