API Documentation > Mechanica > Object ProMechload > Function ProMechloadStructtempdataGet
Function ProMechloadStructtempdataGet
Description
Obtains the handle to the structural temperature data from the Creo Simulate item.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadStructtempdataGet
(
/* (In)
The item.
*/
/* (Out)
The structural temperature data. Free this using ProMechstructtempdataFree().
*/
)
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
Sample Code References
User Guide References
Was this helpful?