Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Trim Method / Trim(Surface,Surface,Double,Boolean,Boolean) Method
First surface
Second surface
The tolerance
Reverse flag for the first surface
Reverse flag for the second surface

In This Topic
    Trim(Surface,Surface,Double,Boolean,Boolean) Method
    In This Topic
    Trims a surface against the other.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Trim( _
       ByVal F As Surface, _
       ByVal G As Surface, _
       ByVal tol As Double, _
       ByVal flipSideF As Boolean, _
       ByVal flipSideG As Boolean _
    ) As ssiFailureType
    public static ssiFailureType Trim( 
       Surface F,
       Surface G,
       double tol,
       bool flipSideF,
       bool flipSideG
    )

    Parameters

    F
    First surface
    G
    Second surface
    tol
    The tolerance
    flipSideF
    Reverse flag for the first surface
    flipSideG
    Reverse flag for the second surface

    Return Value

    The failure type.
    See Also