HMIN_associatenode()

Associates a node to a surface.

Syntax

void HMIN_associatenode(HM_entityidtype id, HM_entityidtype surfid, int surfaceindex);

Type

HyperMesh hminlib Function

Description

Associates a node to a surface.

Inputs

id
The ID of the node to be associated.
surfid
The ID of the surface to which the node is to be associated.
surfaceindex
The index into the surface that identifies the specific geometric entity to which the node is attached.

Errors

None.