Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / SortAndOrient Method / SortAndOrient(Double) Method
The max distance between the contour start and end points to assume the curve as closed.

In This Topic
    SortAndOrient(Double) Method
    In This Topic
    Sorts and orients internal curves.
    Syntax
    'Declaration
     
    Public Overloads Sub SortAndOrient( _
       ByVal closureTol As Double _
    ) 
    public void SortAndOrient( 
       double closureTol
    )

    Parameters

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