Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / PointAt Method
Evaluation parameter

In This Topic
    PointAt Method (ICurve)
    In This Topic
    Evaluates a point on the curve.
    Syntax
    'Declaration
     
    Function PointAt( _
       ByVal t As Double _
    ) As Point3D
    Point3D PointAt( 
       double t
    )

    Parameters

    t
    Evaluation parameter

    Return Value

    The point on curve.
    See Also