Click or drag to resize

BrepSplit Method (Brep, Double)

Splits a Brep into pieces using a Brep as a cutter.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Brep[] Split(
	Brep cutter,
	double intersectionTolerance
)

Parameters

cutter
Type: Rhino.GeometryBrep
The Brep to use as a cutter.
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