HMMOD_elementsetnodeonelementresult()

Assigns a value to the result at a node-on-element point of an element specified by element pointer, layer, node index, and index.

Syntax

void HMMOD_elementsetnodeonelementresult(void * elementptr, 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 element pointer, layer, node index, and index.

Inputs

elementptr
The pointer to 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 to 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.