Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TrimBy Method / TrimBy(Plane,Double,Boolean,Surface[]) Method
The limit plane
The tolerance
Reverse flag
Trim operation leftovers list

In This Topic
    TrimBy(Plane,Double,Boolean,Surface[]) Method
    In This Topic
    Trims the surface using the limit plane provided.
    Syntax
    'Declaration
     
    Public Overloads Function TrimBy( _
       ByVal pln As Plane, _
       ByVal tol As Double, _
       ByVal flipSide As Boolean, _
       ByRef leftOvers As Surface() _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       Plane pln,
       double tol,
       bool flipSide,
       out Surface[] leftOvers
    )

    Parameters

    pln
    The limit plane
    tol
    The tolerance
    flipSide
    Reverse flag
    leftOvers
    Trim operation leftovers list

    Return Value

    The failure type.
    See Also