Surface.Normal (Point2D) Method

Evaluates the surface normal at the specified parametric point.
Public Function Normal( _ 
ByVal pt As Point2D
) As Vector3D
This language is not supported or no code example is available.
public Vector3D Normal( 
Point2D pt 
)
This language is not supported or no code example is available.

Parameters

pt
Point2D

The point in parametric domain

Return Value

Vector3D

The normal vector.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition