Click or drag to resize

ObjectTableShow Method

Overload List
  NameDescription
Public methodShow(Guid, Boolean)
If Object().IsHidden() is true, then the object will be returned to normal (visible and selectable) mode.
Public methodShow(ObjRef, Boolean)
If objref.Object().IsHidden() is true, then the object will be returned to normal (visible and selectable) mode.
Public methodShow(RhinoObject, Boolean)
If obj.IsHidden() is true, then the object will be returned to normal (visible and selectable) mode.
Top
See Also