Skip to content

T_Rhino_Geometry_HiddenLineDrawingParameters

Will Pearson edited this page Aug 12, 2016 · 1 revision

HiddenLineDrawingParameters Class

Input used for computing a hidden line drawing

Inheritance Hierarchy

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

Syntax

C#

public class HiddenLineDrawingParameters

VB

Public Class HiddenLineDrawingParameters

The HiddenLineDrawingParameters type exposes the following members.

Constructors

 

Name Description
Public method HiddenLineDrawingParameters default constructor
  Back to Top

Properties

 

Name Description
Public property AbsoluteTolerance Absolute tolerance is used to decide if curves overlap or intersect. A suggested value is to use RhinoDoc.AbsoluteTolerance
Public property Flatten Flatten the computed geometry
Public property IncludeTangentEdges Include tangent edges in hidden line drawing (default is true)
Public property IncludeTangentSeams Include tangent seams in hidden line drawing (default is true)
  Back to Top

Methods

 

Name Description
Public method AddClippingPlane Specify clipping planes that are active for this view.
Public method AddGeometry(GeometryBase, Object) Add geometry that should be included in the calculation
Public method AddGeometry(GeometryBase, Transform, Object) Add geometry that should be included in the calculation
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetViewport(RhinoViewport) Set the viewport for the hidden line drawing (HLD). The viewport supplies the projection that determinest he visibility of curves, and the HLD coordinate system in which the resulting curves are represented. The HLD-coordinate system is a right handed system for 3-D model space, in which the 3rd coordinate direction is the projection direction. In particular the z-coordinate direction points from the scene toward the camera.
Public method SetViewport(ViewportInfo) Set the viewport for the hidden line drawing (HLD). The viewport supplies the projection that determines the visibility of curves, and the HLD coordinate system in which the resulting curves are represented. The HLD-coordinate system is a right handed system for 3-D model space, in which the 3rd coordinate direction is the projection direction. In particular the z-coordinate direction points from the scene toward the camera.
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

Clone this wiki locally