Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment3D Class / PointAt Method
Evaluation parameter

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

    Parameters

    t
    Evaluation parameter

    Return Value

    (1-t)*start + t*end
    See Also