@getattributevalueinternalid()
Returns the internal ID value of an attribute attached to a specific entity.
Syntax
@getattributevalueinternalid (entity_type, entity_id, attribute, index)
Type
HyperMesh Template Function
Description
Returns the internal ID value of an attribute attached to a specific entity.
Inputs
- entity_type
- The type of entity to query.
- entity_id
- The ID of the entity to query.
- attribute
- The name of the attribute to query, starting with $.
- index
- The index into the attribute array, starting at 1.
Examples
To get the entity ID for attribute $Test at index 3 on component 10:
@getattributevalueinternalid(comps, 10, $Test, 3)
Version History
2019