hm_getentitytypedictionary

Returns a list of card image types defined in the current template for the specified entity type.

Syntax

hm_getentitytypedictionary entity_type

Type

HyperMesh Tcl Query Command

Description

Certain entity card images have organizational types defined in the templates which are used by the panels and the browsers to filter and organize the available entity card images (dictionaries). This command returns a list of available types defined in the current template for the specified entity_type.

The command hm_getentitycardimagedictionary can then be used to get a list of card images that are of the specified type.

Inputs

entity_type
Currently supported for props and mats.

Example

To return the list of organizational types for props defined in the current template:

hm_getentitytypedictionary props

Errors

None.

Version History

9.0