HMIN_writemetadata_double_array()

Transfer metadata of type array of doubles to HyperMesh.

Syntax

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

Type

HyperMesh hminlib Function

Description

Transfer metadata of type array of doubles 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 double values assigned to the metadata.
size
The number of doubles in the array.

Errors

None.