HMIN_outputblock_write()

Writes an outputblock to HyperMesh.

Syntax

void HMIN_ outputblock _write(HM_entityidtype id, char * name, char * entitytypename);

Type

HyperMesh hminlib Function

Description

Writes an outputblock to HyperMesh.

Inputs

id
The ID of the outputblock.
name
The name of the outputblock.
entitytypename
The entity type that the outputblock collects. This can be set to elements, nodes, components, systems, materials, or groups.

Example

HMIN_outputblock_writeid() must be called after using HMIN_outputblockwrite() to put individual entities into the outputblock.

Errors

None.