Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / TrimBy Method / TrimBy(Plane,Double,Boolean) Method
The limit plane
The tolerance
The flip side flag

In This Topic
    TrimBy(Plane,Double,Boolean) Method
    In This Topic
    Trims the curve at the limit point projection.
    Syntax
    'Declaration
     
    Public Overloads Function TrimBy( _
       ByVal pln As Plane, _
       ByVal tol As Double, _
       ByVal flipSide As Boolean _
    ) As Boolean
    public bool TrimBy( 
       Plane pln,
       double tol,
       bool flipSide
    )

    Parameters

    pln
    The limit plane
    tol
    The tolerance
    flipSide
    The flip side flag

    Return Value

    True if the operation is successful, false otherwise.
    See Also