Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / TrimBy Method
The limit point
The flip side flag

In This Topic
    TrimBy Method (Line)
    In This Topic
    Trims the line at the limit point projection.
    Syntax
    'Declaration
     
    Public 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