HMRES_valueadd()
Adds a value to the current open data type.
Syntax
int HMRES_valueadd(HM_entityidtype id, double value);
Type
HyperMesh hmreslib Function
Description
Adds a value to the current open data type.
Inputs
- id
- The ID of the node or element that should be assigned the value.
- value
- The value to be assigned to the node or element.
Example
Zero, if successful; otherwise, nonzero.
Before a value can be stored in the results database, a simulation and data type must be opened.
Errors
None.