HMMOD_nodesetuservalue()

Modifies the value of a node.

Syntax

void HMMOD_nodesetuservalue(void * nodeptr, int uservalue);

Type

HyperMesh hmmodlib Function

Description

Modifies the value of a node.

Inputs

nodeptr
The pointer to the node.
uservalue
The user-specified value to be assigned to the node.

Errors

None.