DEPRECATED: | Since Creo 1 | |||||||||||||
SUPERSEDED BY: | ProMechstructtempdataValueGet | |||||||||||||
Description | ||||||||||||||
Note: This function is deprecated. Use ProMechstructtempdataValueGet() instead.
Obtains the value of the global temperature data. |
||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechLoad.h> | ||||||||||||||
ProError | ProMechglobaltempdataValueGet | ( | ||||||||||||
ProMechGlobaltempData data | ||||||||||||||
/* (In) | ||||||||||||||
The data. | ||||||||||||||
*/ | ||||||||||||||
ProMechValue* value | ||||||||||||||
/* (Out) | ||||||||||||||
The value. Free this using ProMechvalueFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|