BrepSplit Method (Brep, Double) |
Splits a Brep into pieces.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Brep[] Split(
Brep splitter,
double intersectionTolerance
)
Public Function Split (
splitter As Brep,
intersectionTolerance As Double
) As Brep()
Parameters
- splitter
- Type: Rhino.GeometryBrep
A splitting surface or polysurface. - intersectionTolerance
- Type: SystemDouble
The tolerance with which to compute intersections.
Return Value
Type:
BrepA new array of breps. This array can be empty.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also