Click or drag to resize

BrepSplitDisjointPieces Method (Brep, ListInt32)

Separates, or splits, a disjoint Brep into separate Breps.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.15
Syntax
public static Brep[] SplitDisjointPieces(
	Brep brep,
	out List<int[]> indexMap
)

Parameters

brep
Type: Rhino.GeometryBrep
The disjoint Brep to separate.
indexMap
Type: System.Collections.GenericListInt32
List of integer arrays, one for each result, containing all input Brep face indices that went into making each result. Note, this can be null.

Return Value

Type: Brep
An array of Brep pieces if successful, otherwise an empty array if the Brep is not disjoint or on error.
See Also