*defineentitytypealiasname()

Defines an entity type alias name for a solver.

Syntax

*defineentitytypealiasname (entity_type, alias_name)

Type

HyperMesh Template Function

Description

Defines an entity type alias name for a solver.

Inputs

entity_type
The entity type to create the alias for.
alias_name
The alias name.

Examples

To define an alias for components as "PART COMPONENT":

*defineentitytypealiasname(comps, "PART COMPONENT")

Version History

2019