Description:
If objref.Object().IsNormal() is true, then the object will be hidden.
Description:
If obj.IsNormal() is true, then the object will be hidden.
Syntax:
Parameters:
- obj
- Type: RhinoObject
- object to hide.
- ignoreLayerMode
- Type: bool
- if true, the object will be hidden even if it is on a layer that is locked or off.
Returns:
Type: bool
True if the object was successfully hidden.
Available since:
5.0
Description:
If Object().IsNormal() is true, then the object will be hidden.