Get information about all entities of the given type in the current model. A single
call returns a list where every HyperMesh entity of the specified
type (currently only assemblies, components, materials, and properties are supported) is
represented with a single list item. Each list item is identical to the return value of the
command, hm_entityinfo all for that entity.
Syntax
hm_allentitiesinfoentityType
Type
HyperMesh Tcl Query Command
Inputs
entityType
Type of entity.
Example
For the model on the left (assemblies denoted with folders, components with sheets),
commands hm_allentities assemblies and hm_allentities
components would generate the respective outputs on the right.Figure 1.