hm_ae_get_partson

Returns the part IDs for given attachments.

Syntax

hm_ae_get_partson mark_id

Type

HyperMesh Tcl Query Command

Description

Returns the part IDs for given attachments.

Inputs

mark_id
The ID of the mark of attachments. Valid values are 1 and 2.

Examples

To get the parts for all attachments:

*createmark attachments 1 all
hm_ae_get_partson 1

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

2020