RhinoCommon API
BrepSplit Method (Brep, Double, Boolean) |
Splits a Brep into pieces.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public Brep[] Split( Brep splitter, double intersectionTolerance, out bool toleranceWasRaised )
Public Function Split ( splitter As Brep, intersectionTolerance As Double, <OutAttribute> ByRef toleranceWasRaised As Boolean ) As Brep()
Parameters
- splitter
- Type: Rhino.GeometryBrep
The splitting polysurface. - intersectionTolerance
- Type: SystemDouble
The tolerance with which to compute intersections. - toleranceWasRaised
- Type: SystemBoolean
set to true if the split failed at intersectionTolerance but succeeded when the tolerance was increased to twice intersectionTolerance.
Return Value
Type: BrepA new array of breps. This array can be empty.