*CE_FE_CreateUCCFromDCC

Creates a connector control from a connector control default.

Syntax

*CE_FE_CreateUCCFromDCC cc_name ccd_name

Type

HyperMesh Tcl Modify Command

Description

Creates a connector control from a connector control default.

Inputs

cc_name
The name of the connector control to create.
ccd_name
The name of the connector control default to use.

Examples

Create a connector control named "my_acm" from the connector control default "acm_(general)_spot_nastran_template":

*CE_FE_CreateUCCFromDCC "my_acm" "acm_(general)_spot_nastran_template"

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