GetTemperature

Returns the temperature of the current element.

Calling convention:

bool GetTemperature (double* val)
Argument Data type Description
val double* The temperature of the current element.

You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.

Example:

double temperature = 0.0;
boolResult = pContext->GetTemperature(&temp);