M_Rhino_Geometry_Unroller_PerformUnroll_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Unroller.PerformUnroll Method (List(Brep))

Executes unrolling operations.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int PerformUnroll(
	List<Brep> flatbreps
)

VB

Public Function PerformUnroll ( 
	flatbreps As List(Of Brep)
) As Integer

Parameters

 

flatbreps
Type: System.Collections.Generic.List(Brep)
List of breps containg flattened results.

Return Value

Type: Int32
Number of breps in result

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Unroller Class
PerformUnroll Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️