Methods_T_Rhino_Geometry_Unroller - mcneel/rhinocommon-api-docs GitHub Wiki
The Unroller type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddFollowingGeometry(Curve) | Adds a curve that should be unrolled along with the surface/brep. |
![]() |
AddFollowingGeometry(IEnumerable(Curve)) | 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(IEnumerable(Point3d)) | 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(IEnumerable(TextDot)) | 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(IEnumerable(Point3d), IEnumerable(String)) | Adds text dots that should be unrolled along with the surface/brep. |
![]() |
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.) |
![]() |
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 | 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.) |
![]() |
PerformUnroll(List(Brep)) | Executes unrolling operations. |
![]() |
PerformUnroll(Curve[], Point3d[], TextDot[]) | Executes unrolling operations. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |