hm_me_childrenget

Returns the first-level children part IDs.

Syntax

hm_me_childrenget id

Type

HyperWorks Tcl Query Command

Description

Returns the first-level children part IDs.

Inputs

id
The ID of the part to query.

Example

To get the first-level children parts for part assembly ID 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
}

Version History

2017.1