*AE_Realize

Realize attachments.

Syntax

*AE_Realize mark_id options

Type

HyperMesh Tcl Modify Command

Description

Realize attachments.

Inputs

mark_id
The ID of the mark of attachments to realize. Vaild values are 1 and 2.
options
0 - Reacquire hole info while keeping any previous part/comp info
1 - Reacquire hole, part, and comp info (helpful after a part swap)

Examples

Realize all attachments in the model:

*createmark attachments 1 all
*AE_Realize 1 0

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