Share

SurfaceEvaluator.GetThirdDerivatives Method

Parent Object: SurfaceEvaluator

Description

Calculates the third order derivatives at the given parameter values on the surface.

Syntax

SurfaceEvaluator.GetThirdDerivatives( Params() As Double, UUUPartials() As Double, VVVPartials() As Double )

Parameters

Name Type Description
Params Double Input/output array of Doubles that specifies the parameters.
UUUPartials Double Output Double array that returns the third U partial derivatives.
VVVPartials Double Output Double array that returns the third V partial derivatives.

Version

Introduced in version 4

Was this information helpful?