Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / PointAt Method
Evaluation parameter

In This Topic
    PointAt Method (LinearPath)
    In This Topic
    Evaluates a point on the linear path.
    Syntax
    'Declaration
     
    Public Function PointAt( _
       ByVal t As Double _
    ) As Point3D
    public Point3D PointAt( 
       double t
    )

    Parameters

    t
    Evaluation parameter

    Return Value

    Returns the point at length t
    See Also