Information about silhouette curves that are generated from
geometry (surfaces, brep faces, meshes)
Inheritance Hierarchy
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
SyntaxThe Silhouette type exposes the following members.
Properties|
| Name | Description |
|---|
 | Curve |
3D curve representing the shape of the silhouette.
|
 | GeometryComponentIndex |
Gets the component index corresponding with this silhouette curve.
This field is only set when the entire silhouette curve is part of some geometry component.
|
 | SilhouetteType |
Gets the type of this silhouette curve.
|
Top
Methods|
| Name | Description |
|---|
  | Compute(GeometryBase, SilhouetteType, ViewportInfo, Double, Double) |
Compute silhouettes of a shape for a specified projection.
|
  | Compute(GeometryBase, SilhouetteType, Point3d, Double, Double) |
Compute silhouettes of a shape for a perspective projection.
|
  | Compute(GeometryBase, SilhouetteType, Vector3d, Double, Double) |
Compute silhouettes of a shape for a parallel projection.
|
  | Compute(GeometryBase, SilhouetteType, ViewportInfo, Double, Double, IEnumerablePlane, CancellationToken) |
Compute silhouettes of a shape for a specified projection.
|
  | Compute(GeometryBase, SilhouetteType, Point3d, Double, Double, IEnumerablePlane, CancellationToken) |
Compute silhouettes of a shape for a perspective projection.
|
  | Compute(GeometryBase, SilhouetteType, Vector3d, Double, Double, IEnumerablePlane, CancellationToken) |
Compute silhouettes of a shape for a parallel projection.
|
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | ToString | (Inherited from Object.) |
Top
Version InformationRhino for Windows
Supported in: 6.8
See Also