HMIN_writemetadata_int()

Transfer metadata of type integer to HyperMesh.

Syntax

void HMIN_writemetadata_charptr (HM_entitytype entitytype, HM_entityidtype id, char *name, int data);

Type

HyperMesh hminlib Function

Description

Transfer metadata of type integer 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 integer value assigned to the metadata.

Errors

None.