HMMOD_nodeadd()

Adds nodes to the database.

Syntax

void HMMOD_nodeadd(HM_entityidtype id, float x, float y, float z, unsigned char uservalue);

Type

HyperMesh hmmodlib Function

Description

Adds nodes to the database.

Inputs

id
The ID of the node.
x
The x value of its location in space.
y
The y value of its location in space.
z
The z value of its location in space.
uservalue
The value to be assigned to the node.

Errors

None.