BrepSplitDisjointPieces Method (Brep) |
Separates, or splits, a disjoint Brep into separate Breps.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.15
Syntaxpublic static Brep[] SplitDisjointPieces(
Brep brep
)
Public Shared Function SplitDisjointPieces (
brep As Brep
) As Brep()
Parameters
- brep
- Type: Rhino.GeometryBrep
The disjoint Brep to separate.
Return Value
Type:
BrepAn array of Brep pieces if successful, otherwise an empty array if the Brep is not disjoint or on error.
See Also