*AE_ConvertBoltLinkToAttachment
Converts connector bolt comp/part links to attachment links.
Syntax
*AE_ConvertBoltLinkToAttachment mark_id
Type
HyperMesh Tcl Modify Command
Description
Converts connector bolt comp/part links to attachment links. New attachments are created as needed.
Inputs
- mark_id
- The ID of the mark of connectors to convert. Valid values are 1 and 2.
Examples
Convert all bolt connectors to bolt connectors with attachments as links:
*createmark connectors 1 all
*AE_ConvertBoltLinkToAttachment 1Errors
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