Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / FindLoops Method

In This Topic
    FindLoops Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub FindLoops( _
       ByVal loops() As Point2D, _
       ByRef outers As devDept.Geometry.Point2D(), _
       ByRef inners As devDept.Geometry.Point2D() _
    ) 
    public static void FindLoops( 
       Point2D[] loops,
       out devDept.Geometry.Point2D[] outers,
       out devDept.Geometry.Point2D[] inners
    )

    Parameters

    loops
    outers
    inners
    See Also