Documentação da API > Mechanica > Object ProMechload > Function ProMechloadHeatdataGet
Function ProMechloadHeatdataGet
Description
Obtains the handle to the heat load data from the Creo Simulate item.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadHeatdataGet
(
/* (In)
The item.
*/
/* (Out)
The heat load data. Free this using ProMechheatdataFree().
*/
)
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
Isto foi útil?