HMMOD_elementidsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by ID, layer, node index, and index.
Syntax
void HMMOD_elementidsetnodeonelementresult(HM_entityidtype id, int layer, int nodeindex, int index, float value);
Type
HyperMesh hmmodlib Function
Description
Assigns a value to the result at a node-on-element point of an element specified by ID, layer, node index, and index.
Inputs
- id
- The ID of the element.
- layer
- The layer where the node-on-element point result should be stored.
- nodeindex
- The node-on-element point where the result should be stored.
- index
- The index into the array of node-on-element point results.
- value
- The value to be assigned to the result at the node-on-element point.
Errors
None.