*CE_FE_CreateUCCFromConnector

Creates a connector control from a connector.

Syntax

*CE_FE_CreateUCCFromConnector cc_name ce_id

Type

HyperMesh Tcl Modify Command

Description

Creates a connector control from a connector.

Inputs

cc_name
The name of the connector control to create.
ce_id
The ID of the connector to use.

Examples

Create a connector control named "my_acm" from connector 101:

*CE_FE_CreateUCCFromConnector "my_acm" 101

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