HMMOD_nodesetvalue()

Assigns a value to a node specified by the node pointer.

Syntax

void HMMOD_nodesetvalue(void * nodeptr, float value);

Type

HyperMesh hmmodlib Function

Description

Modifies the value of a node.

Inputs

nodeptr
The pointer to the node.
value
The value to be assigned to the specified node.