*AE_AttachmentControlCreateFromAnother

Duplicate an attachment control.

Syntax

*AE_AttachmentControlCreateFromAnother new_name old_name reserved

Type

HyperMesh Tcl Modify Command

Description

Duplicate an attachment control.

Inputs

new_name
The name of the new attachment control to create.
old_name
The name of the existing attachment control to duplicate.
reserved
Reserved for future use. Must be set to 1.

Examples

To create an attachment control RigidSpider_2 from RigidSpider_1:

*AE_AttachmentControlCreateFromAnother RigidSpider_2 RigidSpider_1 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

2021