@getcollectornamebyinternalid()
Returns the name of a collector by internal ID.
Syntax
@getcollectornamebyinternalid (entity_type, entity_id)
Type
HyperMesh Template Function
Description
Returns the name of a collector by internal ID.
Inputs
- entity_type
- The type of collector entity to query.
- entity_id
- The ID of the collector entity to query.
Examples
To query component 100:
@getcollectornamebyinternalid(comps, 100)
Version History
2019