Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Merge Method / Merge(IList<ICurve>,Boolean) Method
A list of curves to merge
When true, it cleans superfluous knots from the resulting curve.

In This Topic
    Merge(IList<ICurve>,Boolean) Method
    In This Topic
    Joins a list of curves. Curves must be properly oriented.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Merge( _
       ByVal curves As IList(Of ICurve), _
       ByVal clean As Boolean _
    ) As Curve
    public static Curve Merge( 
       IList<ICurve> curves,
       bool clean
    )

    Parameters

    curves
    A list of curves to merge
    clean
    When true, it cleans superfluous knots from the resulting curve.

    Return Value

    The merged curve.
    See Also