Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Trim Method / Trim(Surface,Surface,Double,Boolean,Boolean,Surface[],Surface[]) 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,Surface[],Surface[]) 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, _
       ByRef leftOversF As Surface(), _
       ByRef leftOversG As Surface() _
    ) As ssiFailureType
    public static ssiFailureType Trim( 
       Surface F,
       Surface G,
       double tol,
       bool flipSideF,
       bool flipSideG,
       out Surface[] leftOversF,
       out Surface[] leftOversG
    )

    Parameters

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

    Return Value

    The failure type.
    See Also