HMMOD_elementsetcentroidalresult()
Assigns a value to the result at the centroid of an element specified by element pointer, layer, and index.
Syntax
void HMMOD_elementsetcentroidalresult(void * elementptr, int layer, int index, float value);
Type
HyperMesh hmmodlib Function
Description
Assigns a value to the result at the centroid of an element specified by element pointer, layer, and index.
Inputs
- elementptr
- The pointer to the element.
- layer
- The layer where the centroidal result is to be stored.
- index
- The index to the array of centroidal results.
- value
- The value to be assigned to the centroidal result of the specified element.
Errors
None.