Skip to content

M_Rhino_Geometry_Curve_JoinCurves

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.JoinCurves Method (IEnumerable(Curve))

Joins a collection of curve segments together.

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

Syntax

C#

public static Curve[] JoinCurves(
	IEnumerable<Curve> inputCurves
)

VB

Public Shared Function JoinCurves ( 
	inputCurves As IEnumerable(Of Curve)
) As Curve()

Parameters

 

inputCurves
Type: System.Collections.Generic.IEnumerable(Curve)
Curve segments to join.

Return Value

Type: Curve[]
An array of curves which contains.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
JoinCurves Overload
Rhino.Geometry Namespace

Clone this wiki locally