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

In This Topic
    TrimBy(Surface,Double,Boolean) Method
    In This Topic
    Trim the surface using the limit surface provided.
    Syntax
    'Declaration
     
    Public Overloads Function TrimBy( _
       ByVal G As Surface, _
       ByVal tol As Double, _
       ByVal flipSide As Boolean _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       Surface G,
       double tol,
       bool flipSide
    )

    Parameters

    G
    Limit surface
    tol
    The tolerance
    flipSide
    Reverse flag

    Return Value

    The failure type.
    See Also