M_Rhino_Geometry_Brep_Split - mcneel/rhinocommon-api-docs GitHub Wiki
Splits a Brep into pieces.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Brep[] Split(
Brep splitter,
double intersectionTolerance
)
VB
Public Function Split (
splitter As Brep,
intersectionTolerance As Double
) As Brep()
- splitter
- Type: Rhino.Geometry.Brep
A splitting surface or polysurface. - intersectionTolerance
- Type: System.Double
The tolerance with which to compute intersections.
Type: Brep[]
A new array of breps. This array can be empty.
Supported in: 6.0.16224.21491, 5D58w