@getentityvaluebyinternalid()
Returns the value of an entity data name.
Syntax
@getentityvaluebyinternalid (entity_type, entity_id, data_name)
Type
HyperMesh Template Function
Description
Returns the value of an entity data name.
Inputs
- entity_type
 - The type of entity to query.
 - entity_id
 - The ID of the entity to query.
 - data_name
 - The data name to query.
 
Examples
To output the name of a set with the internal ID 1:
*field (string,[@getentityvaluebyinternalid(sets, 1, name)], 32)
    Version History
2019