*AE_Unrealize

Unrealize attachments

Syntax

*AE_Unrealize mark_id

Type

HyperMesh Tcl Modify Command

Description

Unrealize attachments

Inputs

mark_id
The ID of the mark of attachments to unrealize. Vaild values are 1 and 2.

Examples

Unrealize all attachments in the model:

*createmark attachments 1 all
*AE_Unrealize 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