Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / TrimAt Method

In This Topic
    TrimAt Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TrimAt( _
       ByVal t As Double, _
       ByVal flipSide As Boolean _
    ) As Boolean
    public bool TrimAt( 
       double t,
       bool flipSide
    )

    Parameters

    t
    flipSide
    See Also