HMIN_loadstep_write()
Writes a loadstep to HyperMesh.
Syntax
void HMIN_loadstep_write(HM_entityidtype id, char * name);
Type
HyperMesh hminlib Function
Description
Writes a loadstep to HyperMesh.
Inputs
- id
- The ID of the loadstep.
- name
- The name of the loadstep.
Example
HMIN_loadstep_writeid() must be called after using HMIN_loadstep_write() to put individual load collectors into the loadstep.
Errors
None.