Click or drag to resize

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
public Brep[] Split(
	IEnumerable<Brep> cutters,
	double intersectionTolerance
)

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: Brep
A new array of Breps. This array can be empty.
See Also