M_Rhino_Geometry_Unroller_PerformUnroll_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Executes unrolling operations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int PerformUnroll(
List<Brep> flatbreps
)
VB
Public Function PerformUnroll (
flatbreps As List(Of Brep)
) As Integer
- flatbreps
- Type: System.Collections.Generic.List(Brep)
List of breps containg flattened results.
Type: Int32
Number of breps in result
Supported in: 6.0.16224.21491
Unroller Class
PerformUnroll Overload
Rhino.Geometry Namespace