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

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

    Parameters

    u
    The parametric value

    Return Value

    The normal vector.
    See Also