HMMOD_nodeidsetresult()

Assigns a nodal result value to a node specified by ID, layer, and index.

Syntax

void HMMOD_nodeidsetresult(HM_entityidtype id, int layer, int index, float value);

Type

HyperMesh hmmodlib Function

Description

Assigns a nodal result value to a node specified by ID, layer, and index.

Inputs

id
The ID of the node.
layer
The layer where the nodal result should be stored.
index
The index of nodal results.
value
The value to be assigned to the nodal result at the specified node ID.

Errors

None.