hm_me_parentsget
Returns the recursive list of parent module IDs.
Syntax
hm_me_parentsget idType
HyperWorks Tcl Query
Description
Returns the recursive list of parent module IDs.
Inputs
- id
- The ID of the module to query.
Example
To get the recursive parents of module 10:
hm_me_parentsget 10
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}