RhinoCommon API
UnrollerPerformUnroll Method (Curve, Point3d, TextDot) |
Executes unrolling operations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Brep[] PerformUnroll( out Curve[] unrolledCurves, out Point3d[] unrolledPoints, out TextDot[] unrolledDots )
Public Function PerformUnroll ( <OutAttribute> ByRef unrolledCurves As Curve(), <OutAttribute> ByRef unrolledPoints As Point3d(), <OutAttribute> ByRef unrolledDots As TextDot() ) As Brep()
Parameters
- unrolledCurves
- Type: Rhino.GeometryCurve
An array of unrolled curves is assigned during the call in this out parameter. - unrolledPoints
- Type: Rhino.GeometryPoint3d
An array of unrolled points is assigned during the call in this out parameter. - unrolledDots
- Type: Rhino.GeometryTextDot
An array of unrolled text dots is assigned during the call in this out parameter.
Return Value
Type: BrepAn array of breps. This array can be empty.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14