@getsubobjectarrayvalue()

Retrieves the value at given index from a 1D array data name attached to a subobject entity.

Syntax

@getsubobjectarrayvalue (subobject_id, include_id, data_name, index)

Type

HyperMesh Template Function

Description

Retrieves the value at given index from a 1D array data name attached to a subobject entity.

Inputs

subobject _id
The ID of the subobject entity to query.
include_id
The Include file ID of the subobject entity to query.
data_name
The data name belongs to the subobject entity, should be a 1D array.
index
The index of the array (starting from 0).

Examples

fieldright(integer,[@getsubobjectarrayvalue(variable2,includeid,entity_ids,countr1)],10)

Version History

2026