*CE_FE_CreateUCCFromUCC

Creates a connector control from another connector control.

Syntax

*CE_FE_CreateUCCFromUCC cc_name cc_existing_name

Type

HyperMesh Tcl Modify Command

Description

Creates a connector control from another connector control.

Inputs

cc_name
The name of the connector control to create.
cc_existing_name
The name of the connector control to use.

Examples

Create a connector control named "my_acm1" from the connector control named "my_acm":

*CE_FE_CreateUCCFromUCC "my_acm_1" "my_acm"

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