API Documentation > Mechanica > Object ProMechload > Function ProMechloadGlobaltempdataGet
Function ProMechloadGlobaltempdataGet
DEPRECATED:
Since Creo 1
Description
Note: This function is deprecated. Use ProMechloadStructtempdataGet() instead.
Obtains the handle to the global temperature data from the Creo Simulate item.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadGlobaltempdataGet
(
/* (In)
The item.
*/
/* (Out)
The global temperature data. Free this using ProMechglobaltempdataFree().
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error was encountered.
The item does not contain this type of load.
There is not enough memory to perform the operation.
See Also
User Guide References
Was this helpful?