RhinoCommon API
CurveJoinCurves Method (IEnumerableCurve) |
Joins a collection of curve segments together.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static Curve[] JoinCurves( IEnumerable<Curve> inputCurves )
Public Shared Function JoinCurves ( inputCurves As IEnumerable(Of Curve) ) As Curve()
Parameters
- inputCurves
- Type: System.Collections.GenericIEnumerableCurve
Curve segments to join.
Return Value
Type: CurveAn array of curves which contains.
