HMMOD_elementidsetvalue()
Assigns a value to an element identified by ID.
Syntax
void HMMOD_elementidsetvalue(HM_entityidtype id, float value);
Type
HyperMesh hmmodlib Function
Description
Assigns a value to an element identified by ID.
Inputs
- id
- The ID of the element.
- value
- The value to be assigned to the element at the specified ID.
Errors
None.