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

In This Topic
    PointAt Method (Line)
    In This Topic
    Evaluates a point on (infinite) line.
    Syntax
    'Declaration
     
    Public Function PointAt( _
       ByVal t As Double _
    ) As Point3D
    public Point3D PointAt( 
       double t
    )

    Parameters

    t
    Evaluation parameter

    Return Value

    (1 - t/Domain.Length) * start + t/Domain.Length * end
    See Also