Click or drag to resize

UnrollerPerformUnroll Method (ListBrep)

Executes unrolling operations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int PerformUnroll(
	List<Brep> flatbreps
)

Parameters

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

Return Value

Type: Int32
Number of breps in result
See Also