Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TrimBy Method / TrimBy(Plane,Double) Method
The limit plane
The tolerance

In This Topic
    TrimBy(Plane,Double) 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 _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    The limit plane
    tol
    The tolerance

    Return Value

    The failure type.
    See Also