HMIN_writemetadata_double()

Transfer metadata of type double to HyperMesh.

Syntax

void HMIN_writemetadata_double (HM_entitytype entitytype, HM_entityidtype id, char *name, double data);

Type

HyperMesh hminlib Function

Description

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

Errors

None.