*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
Examples
Realize all attachments in the model:
*createmark attachments 1 all
*AE_Realize 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020