T_Rhino_Geometry_HiddenLineDrawing - mcneel/rhinocommon-api-docs GitHub Wiki

HiddenLineDrawing Class

Represents a hidden line drawing object. A hidden line drawing consists of curves generated from source objects. The curves correspond to edges, and silhouettes of source objects and intersections with cutting planes.

Inheritance Hierarchy

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

Syntax

C#

public sealed class HiddenLineDrawing : IDisposable

VB

Public NotInheritable Class HiddenLineDrawing
	Implements IDisposable

The HiddenLineDrawing type exposes the following members.

Properties

 

Name Description
Public property Segments Subcurve objects calculated by the hidden line drawing.
Public property Viewport Returns the ViewportInfo used by the hidden line drawing.
Public property WorldToHiddenLine Returns the world-coordinate system to HLD-coordinate system transformation.
  Back to Top

Methods

 

Name Description
Public method BoundingBox Get tight bounding box of the hidden line drawing.
Public methodStatic member Compute(HiddenLineDrawingParameters, Boolean) Perform the hidden line drawing calculation based on input parameters
Public methodStatic member Compute(HiddenLineDrawingParameters, Boolean, IProgress(Double), CancellationToken) Perform the hidden line drawing calculation based on input parameters
Public method Dispose Actively reclaims unmanaged resources that this instance uses.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Passively reclaims unmanaged resources when the class user did not explicitly call Dispose(). (Overrides Object.Finalize().)
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** ⚠️