M_Rhino_Geometry_Curve_Split_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Split Method (Brep, Double, Double)

Splits a curve into pieces using a polysurface.

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

Syntax

C#

public Curve[] Split(
	Brep cutter,
	double tolerance,
	double angleToleranceRadians
)

VB

Public Function Split ( 
	cutter As Brep,
	tolerance As Double,
	angleToleranceRadians As Double
) As Curve()

Parameters

 

cutter
Type: Rhino.Geometry.Brep
A cutting surface or polysurface.
tolerance
Type: System.Double
A tolerance for computing intersections.
angleToleranceRadians
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.Curve.Split(Rhino.Geometry.Brep,System.Double,System.Double)"]

Return Value

Type: Curve[]
An array of curves. This array can be empty.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Curve Class
Split Overload
Rhino.Geometry Namespace

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