Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / TrimAt Method
The curve parameter
Reverse flag

In This Topic
    TrimAt Method (ICurve)
    In This Topic
    Trims the curve at the parameter t.
    Syntax
    'Declaration
     
    Function TrimAt( _
       ByVal t As Double, _
       ByVal flipSide As Boolean _
    ) As Boolean
    bool TrimAt( 
       double t,
       bool flipSide
    )

    Parameters

    t
    The curve parameter
    flipSide
    Reverse flag
    See Also