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

In This Topic
    FindLoopsInternal Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Shared Sub FindLoopsInternal( _
       ByVal loops() As Point2D, _
       ByRef outers As devDept.Geometry.Point2D(), _
       ByRef inners As devDept.Geometry.Point2D(), _
       ByRef outersIndices As Integer(), _
       ByRef innersIndices As Int32() _
    ) 
    protected internal static void FindLoopsInternal( 
       Point2D[] loops,
       out devDept.Geometry.Point2D[] outers,
       out devDept.Geometry.Point2D[] inners,
       out int[] outersIndices,
       out Int32[] innersIndices
    )

    Parameters

    loops
    outers
    inners
    outersIndices
    innersIndices
    See Also