Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Ellipse Class / PointAt Method
The parameter

In This Topic
    PointAt Method (Ellipse)
    In This Topic
    Evaluates a point on the ellipse using the trigonometric parameterization.
    Syntax
    'Declaration
     
    Public Function PointAt( _
       ByVal t As Double _
    ) As Point3D
    public Point3D PointAt( 
       double t
    )

    Parameters

    t
    The parameter

    Return Value

    The 3D point.
    See Also