Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / SortAndOrient Method / SortAndOrient(IList<ICurve>) Method
The list of curves

In This Topic
    SortAndOrient(IList<ICurve>) Method
    In This Topic
    Chains curves using the minimum distance between individual curve ends.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SortAndOrient( _
       ByVal curveList As IList(Of ICurve) _
    ) 
    public static void SortAndOrient( 
       IList<ICurve> curveList
    )

    Parameters

    curveList
    The list of curves
    See Also