Description:

If objref.Object().IsNormal() is true, then the object will be hidden.

Syntax:
public Boolean Hide(
ObjRef objref,
Boolean ignoreLayerMode
)
Parameters:
  • objref
  • Type: ObjRef
  • reference to object to hide.
  • ignoreLayerMode
  • Type: System.Boolean
  • if true, the object will be hidden even if it is on a layer that is locked or off.
Returns:
Type: Boolean
True if the object was successfully hidden.
Available since:
5.0

Description:

If obj.IsNormal() is true, then the object will be hidden.

Syntax:
public Boolean Hide(
RhinoObject obj,
Boolean ignoreLayerMode
)
Parameters:
  • ignoreLayerMode
  • Type: System.Boolean
  • if true, the object will be hidden even if it is on a layer that is locked or off.
Returns:
Type: Boolean
True if the object was successfully hidden.
Available since:
5.0

Description:

If Object().IsNormal() is true, then the object will be hidden.

Syntax:
public Boolean Hide(
Guid objectId,
Boolean ignoreLayerMode
)
Parameters:
  • objectId
  • Type: System.Guid
  • Id of object to hide.
  • ignoreLayerMode
  • Type: System.Boolean
  • if true, the object will be hidden even if it is on a layer that is locked or off.
Returns:
Type: Boolean
True if the object was successfully hidden.
Available since:
5.0

Nothing found