HMIN_node_write()

Writes a node to HyperMesh.

Syntax

void HMIN_node_write(HM_entityidtype id, double cords[3], HM_entityidtype superid, HM_entityidtype systemid, HM_entityidtype outputsystemid, HM_entityidtype surfaceid, int surfaceindex);

Type

HyperMesh hminlib Function

Description

Writes a node to HyperMesh.

Inputs

id
The ID of the node.
cords[3]
The coordinates of the node.
superid
The ID of the super element of the node.
systemid
The ID of the system in which the node is built.
outputsystemid
The ID of the analysis system of the node.
surfaceid
The ID of the surface.
surfaceindex
The index value that identifies an entity within a surface.

Errors

None.