Unroller.PerformUnroll Method (List(Brep))

UnrollerPerformUnroll Method (ListBrep)

Executes unrolling operations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int PerformUnroll(
	List<Brep> flatbreps
)
Public Function PerformUnroll ( 
	flatbreps As List(Of Brep)
) As Integer

Parameters

flatbreps
Type: System.Collections.GenericListBrep
List of breps containg flattened results.

Return Value

Type: Int32
Number of breps in result
Version Information

Rhino for Windows

Supported in: 6.14
See Also