HMMOD_elementsetvalue()
Assigns a value to an element specified by element pointer.
Syntax
void HMMOD_elementsetvalue(void * elementptr, float value);
    Type
HyperMesh hmmodlib Function
Description
Assigns a value to an element specified by element pointer.
Inputs
- elementptr
 - The pointer to the element.
 - value
 - The value to be assigned to the element.
 
Errors
None.