HiddenLineDrawingParameters Methods |
The HiddenLineDrawingParameters type exposes the following members.
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
| |
AddGeometry(GeometryBase, Object, Boolean) |
Add geometry that should be included in the calculation
| |
AddGeometry(GeometryBase, Transform, Object, Boolean) |
Add geometry that should be included in the calculation
| |
AddGeometryAndPlanes(GeometryBase, Object, ListPlane) |
Add geometry and its active clipping planes to be included in the calculation
| |
AddGeometryAndPlanes(GeometryBase, Transform, Object, ListPlane) |
Add geometry and its active clipping planes to be included in the calculation
| |
AddGeometryAndPlanes(GeometryBase, Object, Boolean, ListPlane) |
Add geometry and its active clipping planes to be included in the calculation
| |
AddGeometryAndPlanes(GeometryBase, Transform, Object, Boolean, ListPlane) |
Add geometry and its active clipping planes to 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 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.
| |
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.) |