HMIN_writemetadata_entityidtype()
Transfer metadata of type entityid to HyperMesh.
Syntax
void HMIN_writemetadata_entityidtype (HM_entitytype entitytype, HM_entityidtype id, char *name, HM_entitytype entitydata, HM_entityidtype data);
Type
HyperMesh hminlib Function
Description
Transfer metadata of type entityid 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.
- entitydata
- The type of the entity to which the data refers.
- data
- The entity id assigned to the metadata.
Errors
None.