Curve.Split Method (Surface, Double)

CurveSplit Method (Surface, Double)

Splits a curve into pieces using a surface.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve[] Split(
	Surface cutter,
	double tolerance
)
Public Function Split ( 
	cutter As Surface,
	tolerance As Double
) As Curve()

Parameters

cutter
Type: Rhino.GeometrySurface
A cutting surface or polysurface.
tolerance
Type: SystemDouble
A tolerance for computing intersections.

Return Value

Type: Curve
An array of curves. This array can be empty.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Obsolete (compiler warning) in 6.8
See Also