*deleteUC
Deletes connector/attachment control for a given page, engineering, and control name in control manager.
Syntax
*deleteUC page_name engineering_name control_name
Type
HyperMesh Tcl Modify Command
Description
Deletes connector/attachment control for a given page, engineering, and control name in control manager.
Inputs
- page_name
- Control manager page name. Valid values are Point, Fastener, Line, Area, Attachments, and Connect Attachments.
- engineering_name
- Engineering name.
- control_name
- Attachment/Connector control name
Examples
*DeleteUC "Point" "Spot Weld" "connectorcontrol1"
*DeleteUC "Attachments" " Bolt" "attachmentcontrol1"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021.1