M_Rhino_Geometry_Brep_Split_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.Split Method (Brep, Double, Boolean)

Splits a Brep into pieces.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

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()

Parameters

 

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.

Return Value

Type: Brep[]
A new array of breps. This array can be empty.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Split Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️