@getentityvalueinternalid()

Returns the internal ID of an entity.

Syntax

@getentityvalueinternalid (entity_type, entity_id, data_name)

Type

HyperMesh Template Function

Description

Returns the internal ID of an entity.

Inputs

entity_type
The type of entity to query.
entity_id
The ID of the entity to query.
data_name
The entity data name to query.

Examples

To output the node1 internal ID of the element with the internal ID 1:

*variableset(variable16,[@getentityvalueinternalid(elems,1,node1)]);

Version History

2019