DEPRECATED: | Since Creo 1 | ||||||||||||||||||||||
SUPERSEDED BY: | ProMechloadStructtempdataGet | ||||||||||||||||||||||
Description | |||||||||||||||||||||||
Note: This function is deprecated. Use ProMechloadStructtempdataGet() instead.
Obtains the handle to the external temperature data from the Creo Simulate item. |
|||||||||||||||||||||||
Licensing Requirement | |||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProMechLoad.h> | |||||||||||||||||||||||
ProError | ProMechloadExttempdataGet | ( | |||||||||||||||||||||
ProMechItem* item | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The item. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMechExttempData* value | |||||||||||||||||||||||
/* (Out) | |||||||||||||||||||||||
The external temperature data. Free this using ProMechexttempdataFree(). | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
) | |||||||||||||||||||||||
Returns | |||||||||||||||||||||||
|
|||||||||||||||||||||||
See Also | |||||||||||||||||||||||
ProMechloadTypeGet |