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

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

    Parameters

    pln
    The limit plane
    tol
    The tolerance
    leftOvers
    Trim operation left over list

    Return Value

    The failure type.
    See Also