HMIN_contactsurf_write()

Writes contact surfaces to HyperMesh.

Syntax

Void HMIN_contactsurf_write (HM_entityidtype id, char *name, unsigned char color, unsigned int numfaces, HM_entityidtype *elements, char *facecodes)

Type

HyperMesh hminlib Function

Description

Writes contact surfaces to HyperMesh.

Inputs

id
ID of the contact surface being read into HyperMesh.
name
Name of the contact surface.
color
Color of the contact surface.
numfaces
Size of the elements and facecodes array.
elements
Elements that belong to the contact surface.
facecodes
The nodes that define a face or an edge of the contact surface.

Errors

None.