Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / PointAt Method
The parametric value

In This Topic
    PointAt Method (Curve)
    In This Topic
    Computes the curve point at parametric value u.
    Syntax
    'Declaration
     
    Public Function PointAt( _
       ByVal u As Double _
    ) As Point3D
    public Point3D PointAt( 
       double u
    )

    Parameters

    u
    The parametric value

    Return Value

    The 3D point.
    See Also