*CE_Lock

Locks or unlocks connectors on a mark.

Syntax

*CE_Lock mark_id option

Type

HyperMesh Tcl Modify Command

Description

Locks or unlocks connectors on a mark. Unrealized connectors selected for locking will be automatically realized.

Inputs

mark_id
The ID of the mark containing the connectors to be locked or unlocked.
option
0 – Use to unlock a locked connector.
1 – Use to lock a connector.

Examples

To realize and lock unrealized connectors with ID 1 and 2:
*createmark connectors 1 1 2
*CE_Lock 1 1

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

2026