*metadata_entityid()
Creates entity ID metadata in HMASCII format.
Syntax
*metadata_entityid (entity_type,entity_id,"name",entity_type2,value)
Type
HyperMesh HMASCII Command
Description
Creates entity ID metadata in HMASCII format.
Inputs
- entity_type
- An integer indicating the type of entity the metadata is attached to. A value of undef indicates attachment to the database itself.
- entity_id
- The ID of the entity the metadata is attached to. Ignored if entity_type is undef.
- name
- The name by which the metadata will be referenced.
- entity_type2
- An integer indicating the type of entity the metadata references.
- value
- The entity ID value assigned to the metadata.
Example
To create entity ID metadata attached to element ID 100, with name "my-entityID" and referencing surface 2:
*metadata_entityid(2,100,"my-entityID",5,2)
Errors
Incorrect usage results in an import error.