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

In This Topic
    TrimBy(IList<Surface>,Double,Boolean) 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 _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       IList<Surface> listG,
       double tol,
       bool flipSide
    )

    Parameters

    listG
    Limit surface group
    tol
    The tolerance
    flipSide
    Reverse flag

    Return Value

    The failure type.
    See Also