CurveJoinCurves Method (IEnumerableCurve, Double, Boolean) |
Namespace: Rhino.Geometry
public static Curve[] JoinCurves( IEnumerable<Curve> inputCurves, double joinTolerance, bool preserveDirection )
Public Shared Function JoinCurves ( inputCurves As IEnumerable(Of Curve), joinTolerance As Double, preserveDirection As Boolean ) As Curve()
If true, curve endpoints will be compared to curve startpoints.
If false, all start and endpoints will be compared and copies of input curves may be reversed in output.
| Exception | Condition |
|---|---|
| ArgumentNullException | If inputCurves is null. |