CurveJoinCurves Method (IEnumerableCurve) |
Joins a collection of curve segments together.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also