HMIN_contactsurf_write_face_nodes()

Writes contact surfaces to HyperMesh.

Syntax

void HMIN_contactsurf_write_face_nodes(HM_entityidtype id, const char* name, unsigned char color, unsigned int numfaces, const unsigned int* nodeCountPerFaceArray, HM_entityidtype* nodeArray)

Type

HyperMesh hminlib Function

Description

Writes contact surfaces to HyperMesh using face nodes.

Inputs

id
The ID of the contact surface being read into HyperMesh.
name
The name of the contact surface.
color
The color of the contact surface.
numfaces
The size of the elements and node per face array.
nodeCountPerFaceArray
The array containing the size of nodes per each face.
nodeArray
The array of all the face nodes.

Errors

None.