*CE_ConnectorUpdateByCC

Updates connectors using a connector control or connector control default.

Syntax

*CE_ConnectorUpdateByCC mark_id name entity_type

Type

HyperMesh Tcl Modify Command

Description

Updates connectors using a connector control or connector control default.

Inputs

mark_id
The ID of the mark of connectors. Valid values are 1 and 2.
name
The name of the connector control or connector control default to use.
entity_type
The type of entity to use. Valid values are connectorcontrol and connectorcontroldefault.

Examples

Update connectors 101, 102, 103 using the connector control named "my_acm":

*createmark connectors 1 101 102 103
*CE_FE_ConnectorUpdateByCC 1 "my_acm" connectorcontrol

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