RhinoCommon API
| BrepSplit Method (IEnumerableBrep, Double) | 
            Splits a Brep into pieces using Breps as cutters.
            
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.13
 Syntax
Syntaxpublic Brep[] Split( IEnumerable<Brep> cutters, double intersectionTolerance )
Public Function Split ( cutters As IEnumerable(Of Brep), intersectionTolerance As Double ) As Brep()
Parameters
- cutters
- Type: System.Collections.GenericIEnumerableBrep
 One or more Breps to use as cutters.
- intersectionTolerance
- Type: SystemDouble
 The tolerance with which to compute intersections.
Return Value
Type: BrepA new array of Breps. This array can be empty.
 See Also
See Also