GetThermalQuantity

Returns a true or false value that indicates whether the retrieve operation is successful. When the operation is successful, the function returns intermediate values during the run.

Calling convention:

bool GetThermalQuantity (char* name, int label, double* val)
Note:

To access this method, you must use the GetTMGFunction method and include the AdditionalFunctions.h file located in the [installation_path]\tmg\include\maya\expeval_utils folder in the beginning of your source file.

Argument Data type Description
name char* The name of the array in which the data is stored.
label int The user defined label ID.
val double* The value associated with the label.

For the example, see the StoreThermalQuantity method.