hm_getentitycardimagedictionary
Returns a list of card images for the specified entity type and card image organizational type defined in the current template.
Syntax
hm_getentitycardimagedictionary entity_type 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 card images defined in the current template that are of the specified type for the specified entity_type.
Inputs
- entity_type
- Currently supported for controlvols, mats, props, sensors, sets and tables.
- type
- The organizational type of the entity to return the card image list for. Also valid for ALL and NOTYPE.
Example
To return the list of card images for props of type 1D defined for the OptiStruct template:
hm_getentitycardimagedictionary props 1D
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
9.0