Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TrimInternal Method
Must be already oriented and sorted

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

    Parameters

    surf
    curveList
    Must be already oriented and sorted
    clockwiseSense

    Return Value

    See Also