UnrollerPerformUnroll Method (ListBrep) |
Executes unrolling operations.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Int32Number of breps in result
Version InformationRhino for Windows
Supported in: 6.8
See Also