*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

To perform deletion of connector control from page name “Point”, engineering name “Spot Weld” and control name “connectorcontrol1”:
*DeleteUC "Point" "Spot Weld" "connectorcontrol1"
To perform deletion of attachment control from page name “Attachments”, engineering name “Bolt,” and control name “attachmentcontrol1”:
*DeleteUC "Attachments" " Bolt" "attachmentcontrol1"

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.1