ICurve.NormalAt Method

Evaluates the unit normal vector at a parameter.
Function NormalAt( _ 
ByVal t As Double
) As Vector3D
This language is not supported or no code example is available.
Vector3D NormalAt( 
double t 
)
This language is not supported or no code example is available.

Parameters

t
double

The parameter

Return Value

Vector3D

The unit normal.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition