Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / UtilityEx Class / GetOuterIndex Method
The list of 2D contours
The tolerance used to tessellate contours

In This Topic
    GetOuterIndex Method (UtilityEx)
    In This Topic
    Returns the outer contour index.
    Syntax
    'Declaration
     
    Public Shared Function GetOuterIndex( _
       ByVal loops As IList(Of ICurve), _
       ByVal tolerance As Double _
    ) As Integer
    public static int GetOuterIndex( 
       IList<ICurve> loops,
       double tolerance
    )

    Parameters

    loops
    The list of 2D contours
    tolerance
    The tolerance used to tessellate contours

    Return Value

    The outer loop index
    See Also