*metadata_double()
Creates double metadata in HMASCII format.
Syntax
*metadata_double (entity_type,entity_id,"name",value)
Type
HyperMesh HMASCII Command
Description
Creates double 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.
- value
- The double value assigned to the metadata.
Example
To create double metadata attached to element ID 100, with name "my-double" and the value 3.14159:
*metadata_double(2,100,"my-double",3.14159)
Errors
Incorrect usage results in an import error.