M_Rhino_Geometry_Unroller_PerformUnroll - mcneel/rhinocommon-api-docs GitHub Wiki
Executes unrolling operations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Brep[] PerformUnroll(
out Curve[] unrolledCurves,
out Point3d[] unrolledPoints,
out TextDot[] unrolledDots
)
VB
Public Function PerformUnroll (
<OutAttribute> ByRef unrolledCurves As Curve(),
<OutAttribute> ByRef unrolledPoints As Point3d(),
<OutAttribute> ByRef unrolledDots As TextDot()
) As Brep()
- unrolledCurves
- Type: Rhino.Geometry.Curve[]
An array of unrolled curves is assigned during the call in this out parameter. - unrolledPoints
- Type: Rhino.Geometry.Point3d[]
An array of unrolled points is assigned during the call in this out parameter. - unrolledDots
- Type: Rhino.Geometry.TextDot[]
An array of unrolled text dots is assigned during the call in this out parameter.
Type: Brep[]
An array of breps. This array can be empty.
Supported in: 6.0.16224.21491, 5D58w
Unroller Class
PerformUnroll Overload
Rhino.Geometry Namespace