T_Rhino_Geometry_HiddenLineDrawingObject - mcneel/rhinocommon-api-docs GitHub Wiki

HiddenLineDrawingObject Class

Represents an object added to a HiddenLineDrawing

Inheritance Hierarchy

System.Object
  Rhino.Geometry.HiddenLineDrawingObject
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public sealed class HiddenLineDrawingObject

VB

Public NotInheritable Class HiddenLineDrawingObject

The HiddenLineDrawingObject type exposes the following members.

Properties

 

Name Description
Public property Geometry Returns the geometry in world coordinates if UseXform is false. Otherwise, the geometry in object space coordinates is returned.
Public property Tag Returns the extra data used to cross-reference the object specified in HiddenLineDrawing.AddObject.
Public property Transform Returns the transformation passed into the Add... function when setting up the hidden line drawing parameters.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️