T_Rhino_Geometry_HiddenLineDrawingObject - mcneel/rhinocommon-api-docs GitHub Wiki
HiddenLineDrawingObject Class
Represents an object added to a HiddenLineDrawing
System.Object
Rhino.Geometry.HiddenLineDrawingObject
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public sealed class HiddenLineDrawingObject
VB
Public NotInheritable Class HiddenLineDrawingObject
The HiddenLineDrawingObject type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Geometry | Returns the geometry in world coordinates if UseXform is false. Otherwise, the geometry in object space coordinates is returned. |
![]() |
Tag | Returns the extra data used to cross-reference the object specified in HiddenLineDrawing.AddObject. |
![]() |
Transform | Returns the transformation passed into the Add... function when setting up the hidden line drawing parameters. |
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Supported in: 6.0.16224.21491