T_Rhino_Geometry_HiddenLineDrawingParameters - mcneel/rhinocommon-api-docs GitHub Wiki
HiddenLineDrawingParameters Class
Input used for computing a hidden line drawing
System.Object
Rhino.Geometry.HiddenLineDrawingParameters
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public class HiddenLineDrawingParameters
VB
Public Class HiddenLineDrawingParameters
The HiddenLineDrawingParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() |
HiddenLineDrawingParameters | default constructor |
Name | Description | |
---|---|---|
![]() |
AbsoluteTolerance | Absolute tolerance is used to decide if curves overlap or intersect. A suggested value is to use RhinoDoc.AbsoluteTolerance |
![]() |
Flatten | Flatten the computed geometry |
![]() |
IncludeTangentEdges | Include tangent edges in hidden line drawing (default is true) |
![]() |
IncludeTangentSeams | Include tangent seams in hidden line drawing (default is true) |
Name | Description | |
---|---|---|
![]() |
AddClippingPlane | Specify clipping planes that are active for this view. |
![]() |
AddGeometry(GeometryBase, Object) | Add geometry that should be included in the calculation |
![]() |
AddGeometry(GeometryBase, Transform, Object) | Add geometry that should be included in the calculation |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
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. |
![]() |
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. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Supported in: 6.0.16224.21491