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

In This Topic
    TrimBy(Surface,Double,Boolean,Surface[]) 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, _
       ByRef leftOvers As Surface() _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       Surface G,
       double tol,
       bool flipSide,
       out Surface[] leftOvers
    )

    Parameters

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

    Return Value

    The failure type.
    See Also