M_Rhino_Geometry_Curve_Split_4 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.Split Method (IEnumerable(Double))

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

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

Syntax

C#

public Curve[] Split(
	IEnumerable<double> t
)

VB

Public Function Split ( 
	t As IEnumerable(Of Double)
) As Curve()

Parameters

 

t
Type: System.Collections.Generic.IEnumerable(Double)
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

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Split Overload
Rhino.Geometry Namespace

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