RhinoCommon API
BrepCreateBooleanSplit Method (Brep, Brep, Double) |
Splits shared areas of Breps and creates separate Breps from the shared and unshared parts.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.16

public static Brep[] CreateBooleanSplit( Brep firstBrep, Brep secondBrep, double tolerance )
Public Shared Function CreateBooleanSplit ( firstBrep As Brep, secondBrep As Brep, tolerance As Double ) As Brep()
Parameters
- firstBrep
- Type: Rhino.GeometryBrep
The Brep to split. - secondBrep
- Type: Rhino.GeometryBrep
The cutting Brep. - tolerance
- Type: SystemDouble
Tolerance to use for splitting operation. When in doubt, use the document's model absolute tolerance.
Return Value
Type: BrepAn array of Brep if successful, an empty array on failure.
