Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TrimBy Method / TrimBy(IList<Surface>,Double,Boolean,Surface[]) Method
Limit surface group
The tolerance
Reverse flag
Trim operation left over list

In This Topic
    TrimBy(IList<Surface>,Double,Boolean,Surface[]) Method
    In This Topic
    Trims the surface using the limit surface group provided.
    Syntax
    'Declaration
     
    Public Overloads Function TrimBy( _
       ByVal listG As IList(Of Surface), _
       ByVal tol As Double, _
       ByVal flipSide As Boolean, _
       ByRef leftOvers As Surface() _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       IList<Surface> listG,
       double tol,
       bool flipSide,
       out Surface[] leftOvers
    )

    Parameters

    listG
    Limit surface group
    tol
    The tolerance
    flipSide
    Reverse flag
    leftOvers
    Trim operation left over list

    Return Value

    The failure type.
    See Also