Unroller Class |
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
The Unroller type exposes the following members.
| Name | Description | |
|---|---|---|
| Unroller(Brep) |
Initializes a new instance of the Unroller class with a brep.
| |
| Unroller(Surface) |
Initializes a new instance of the Unroller class with surface.
|
| Name | Description | |
|---|---|---|
| AbsoluteTolerance |
Gets or sets the absolute tolerance for the unrolling operation.
Absolute tolerance is used in the evaluation of new entities, such as intersections, reprojections and splits. In the current implementation, absolute tolerance is used in tessellating rails, fitting curves and pulling back trims. | |
| ExplodeOutput |
Gets or sets a value determining whether geometry should be exploded.
| |
| ExplodeSpacing |
Gets or sets a value determining whether spacing should be exploded.
| |
| RelativeTolerance |
Gets or sets the relative tolerance for the unrolling operation.
Relative tolerance is used in the evaluation of intrinsic properties, such as computations "along" the surface or brep. In the current implementation, relative tolerance is used to decide if a surface is flat enough to try to unroll. That helps ease the scale dependency. The surface has to be linear in one direction within (length * RelativeTolerance) to be considered linear for that purpose. Otherwise smash will ignore that tolerance and unroll anything. |
| Name | Description | |
|---|---|---|
| AddFollowingGeometry(Curve) |
Adds a curve that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(IEnumerableCurve) |
Adds curves that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(Point) |
Adds a point that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(Point3d) |
Adds a point that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(IEnumerablePoint3d) |
Adds points that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(TextDot) |
Adds a text dot that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(IEnumerableTextDot) |
Adds text dots that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(Point3d, String) |
Adds a text dot that should be unrolled along with the surface/brep.
| |
| AddFollowingGeometry(IEnumerablePoint3d, IEnumerableString) |
Adds text dots that should be unrolled along with the surface/brep.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FollowingGeometryIndex(Curve) |
Given an unrolled curve, returns the index of the source, or following curve.
| |
| FollowingGeometryIndex(TextDot) |
Given an unrolled text dot, returns the index of the source, or following text dot.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PerformUnroll(ListBrep) |
Executes unrolling operations.
| |
| PerformUnroll(Curve, Point3d, TextDot) |
Executes unrolling operations.
| |
| ToString | (Inherited from Object.) |