Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / TrimAt Method
The parametric value
The flip side flag

In This Topic
    TrimAt Method (Curve)
    In This Topic
    Trims the curve at the provided parametric value.
    Syntax
    'Declaration
     
    Public Function TrimAt( _
       ByVal u As Double, _
       ByVal flipSide As Boolean _
    ) As Boolean
    public bool TrimAt( 
       double u,
       bool flipSide
    )

    Parameters

    u
    The parametric value
    flipSide
    The flip side flag

    Return Value

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