HMIN_writemetadata_int_array()

Transfer metadata of type array of integers to HyperMesh.

Syntax

void HMIN_writemetadata_int_array(HM_entitytype entitytype, HM_entityidtype id, char *name, int data[], int size);

Type

HyperMesh hminlib Function

Description

Transfer metadata of type array of integers to HyperMesh.

Inputs

entitytype
The type of the entity to which to attach the metadata.
id
The ID of the entity to which to attach the metadata.
name
The name by which the metadata is referenced.
data
The array of integer values assigned to the metadata.
size
The number of integers in the array.

Errors

None.