*AE_AttachmentControlDefaultCreate
Initializes the attachment control defaults.
Syntax
*AE_AttachmentControlDefaultCreate reserved1 reserved2
Type
HyperMesh Tcl Modify Command
Description
Initializes the attachment control defaults. Must be called before any attachment controls can be used or saved.
Inputs
- reserved1
- Reserved for future use, must be set to "".
- reserved2
- Reserved for future use, must be set to 1.
Examples
Create an attachment control named "myattachmentcontrol", derived from the rigid spider default:
*AE_AttachmentControlDefaultCreate "" 1
*AE_AttachmentControlCreateFromDefault "myattachmentcontrol" "rigidspider" 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020