HMIN_loadstep_writeid()
Writes the load collector into the specified loadstep.
Syntax
void HMIN_loadstep_writeid(HM_entityidtype loadcollector);
Type
HyperMesh hminlib Function
Description
Writes the load collector into the specified loadstep.
Inputs
- loadcollector
- The ID of the load collector to be included in the loadstep.
Example
HMIN_loadstep_write() must be called before using HMIN_loadstep_writeid() to put individual load collectors into the loadstep.
Errors
None.