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

In This Topic
    TrimBy Method (Arc)
    In This Topic
    Trims the arc at the limit point projection.
    Syntax
    'Declaration
     
    Public Shadows Function TrimBy( _
       ByVal limit As Point3D, _
       ByVal flipSide As Boolean _
    ) As Boolean
    public new 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