M_Rhino_Geometry_Curve_JoinCurves - mcneel/rhinocommon-api-docs GitHub Wiki
Joins a collection of curve segments together.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve[] JoinCurves(
IEnumerable<Curve> inputCurves
)
VB
Public Shared Function JoinCurves (
inputCurves As IEnumerable(Of Curve)
) As Curve()
- inputCurves
- Type: System.Collections.Generic.IEnumerable(Curve)
Curve segments to join.
Type: Curve[]
An array of curves which contains.
Supported in: 6.0.16224.21491, 5D58w