HMIN_load_writetemperature()
Writes a temperature to hmlib.
Syntax
void HMIN_load_writetemperature(HM_entityidtype id, unsigned char type, HM_entityidtype nodeid, HM_entityidtype systemid, double temperature, HM_entityidtype loadcollectorid);
    Type
HyperMesh hminlib Function
Description
Writes a temperature to hmlib.
Inputs
- id
 - The ID of the temperature.
 - type
 - The type of the temperature, a user-defined value.
 - nodeid
 - The ID of the node where the temperature is applied.
 - systemid
 - The ID of the system in which the temperature is applied.
 - temperature
 - The temperature to be applied.
 - loadcollectorid
 - The ID of the collector in which the temperature is applied.
 
Errors
None.