Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Circle Class / PointAt Method
Parameter

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

    Parameters

    t
    Parameter

    Return Value

    The 3D point.
    See Also