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

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

    Parameters

    limit
    The limit point
    flipSide
    The flip side flag

    Return Value

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