*AE_AttachmentControlConvert

Convert an existing attachment control to a different config.

Syntax

*AE_AttachmentControlConvert name config

Type

HyperMesh Tcl Modify Command

Description

Convert an existing attachment control to a different config.

Inputs

name
The name of the attachment control to update.
config
The new config:
1 - Rigid spider
2 - Rigid patch

Examples

Update the rigid_attachment attachment control to a rigid patch:

*AE_AttachmentControlConvert "rigid_attachment" 2

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