hm_me_entitiesall
Returns all of the entity types and IDs contained in a module.
Syntax
hm_me_entitiesall idType
HyperWorks Tcl Query Command
Description
Returns all of the entity types and IDs contained in a module. The return is a list of lists, with the first value in each sublist being the entity type, and the remaining values being the entity IDs. For example:
{props 1 2} {mats 5} {elems 100 101 102} {nodes 100 101 102 103 104 105}
Inputs
- id
- The ID of the module to query.
Example
hm_me_entitiesall 10
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017.1