Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Trim Method / Trim(Surface,IList<ICurve>) Method
Must be already oriented and sorted

In This Topic
    Trim(Surface,IList<ICurve>) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Friend Overloads Shared Function Trim( _
       ByVal surf As Surface, _
       ByVal curveList As IList(Of ICurve) _
    ) As Boolean
    protected internal static bool Trim( 
       Surface surf,
       IList<ICurve> curveList
    )

    Parameters

    surf
    curveList
    Must be already oriented and sorted

    Return Value

    See Also