Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / SortAndOrient Method / SortAndOrient(IList<ICurve>,Boolean,Boolean,Double) Method
In case you already know that the contour is/has to be closed.
Use zero if you know that the contour is/has to be closed

In This Topic
    SortAndOrient(IList<ICurve>,Boolean,Boolean,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 reverseVertices As Boolean, _
       ByVal assumeClosed As Boolean, _
       Optional ByVal closureTol As Double _
    ) 
    public static void SortAndOrient( 
       IList<ICurve> curveList,
       bool reverseVertices,
       bool assumeClosed,
       double closureTol
    )

    Parameters

    curveList
    reverseVertices
    assumeClosed
    In case you already know that the contour is/has to be closed.
    closureTol
    Use zero if you know that the contour is/has to be closed
    See Also