hm_me_childrenget
Returns the first-level children module IDs.
Syntax
hm_me_childrengetType
HyperWorks Tcl Query
Description
Returns the first-level children module IDs.
Inputs
- id
- The ID of the module to query.
Example
To get the first-level children modules for module 10:
hm_me_childrenget 10
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}