Curve.Split Method (IEnumerable(Double))

CurveSplit Method (IEnumerableDouble)

Splits (divides) the curve at a series of specified parameters. The parameter must be in the interior of the curve domain.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve[] Split(
	IEnumerable<double> t
)
Public Function Split ( 
	t As IEnumerable(Of Double)
) As Curve()

Parameters

t
Type: System.Collections.GenericIEnumerableDouble
Parameters to split the curve at in the interval returned by Domain().

Return Value

Type: Curve
Multiple curves on success, null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also