Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / SortAndOrient Method / SortAndOrient(IList<ICurve>,Double) Method
The list of curves
The max distance between the contour start and end points to assume the curve as closed.

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

    Parameters

    curveList
    The list of curves
    closureTol
    The max distance between the contour start and end points to assume the curve as closed.
    See Also