Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Normal Method / Normal(Point2D) Method
The point in parametric domain

In This Topic
    Normal(Point2D) Method
    In This Topic
    Evaluates the surface normal at the specified parametric point.
    Syntax
    'Declaration
     
    Public Overloads Function Normal( _
       ByVal pt As Point2D _
    ) As Vector3D
    public Vector3D Normal( 
       Point2D pt
    )

    Parameters

    pt
    The point in parametric domain

    Return Value

    The normal vector.
    See Also