Click or drag to resize

BrepSplitDisjointPieces Method (Brep)

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
)

Parameters

brep
Type: Rhino.GeometryBrep
The disjoint Brep to separate.

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