M_Rhino_Geometry_Brep_Split_1 - 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,
out bool toleranceWasRaised
)
VB
Public Function Split (
splitter As Brep,
intersectionTolerance As Double,
<OutAttribute> ByRef toleranceWasRaised As Boolean
) As Brep()
- splitter
- Type: Rhino.Geometry.Brep
The splitting polysurface. - intersectionTolerance
- Type: System.Double
The tolerance with which to compute intersections. - toleranceWasRaised
- Type: System.Boolean
set to true if the split failed at intersectionTolerance but succeeded when the tolerance was increased to twice intersectionTolerance.
Type: Brep[]
A new array of breps. This array can be empty.
Supported in: 6.0.16224.21491, 5D58w