@getentitydefaultstatus()
Retrieves the default status of attribute/dataname of an entity. Returns true if the default status is OFF, or false otherwise.
Syntax
@getentitydefaultstatus (entity type, entity id, data_name)
Type
HyperMesh Template Function
Description
Retrieves the default status of attribute/dataname of an entity. Returns true if the default status is OFF, or false otherwise.
Inputs
- entity type
- The type of entity, such as sets, elems, or nodes, to which entity id refers.
- entity id
- The ID of the entity you want to reference.
- data_name
- The data name of the entity. For example, ID, name, node1.globalx.
Examples
To get the default status of attribute BCTPARM_REFINE_VAL from property 1:
@getentitydefaultstatus(props,1,BCTPARM_REFINE_VAL)
Version History
2019
2021.1