Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / DropLoops Method
The surface
A list of 3D contours

In This Topic
    DropLoops Method
    In This Topic
    Creates the 2D parametric trim loops corresponding to a 3D geometric - closed - contours list which lie on a surface.
    Syntax
    'Declaration
     
    Public Shared Function DropLoops( _
       ByVal untrimmed As Surface, _
       ByVal contours As IList(Of ICurve) _
    ) As Surface()
    public static Surface[] DropLoops( 
       Surface untrimmed,
       IList<ICurve> contours
    )

    Parameters

    untrimmed
    The surface
    contours
    A list of 3D contours

    Return Value

    One or more trimmed surfaces.
    See Also