*CE_PositionConnectors

Positions connectors to the middle point or back to the source location.

Syntax

*CE_PositionConnectors mark_id center_source upon_state

Type

HyperMesh Tcl Modify Command

Description

Positions connectors to the middle point or back to the source location.

Inputs

mark_id
The ID of the mark containing the connectors to modify. Valid values are 1 and 2.
center_source
0 - Position to center
1 - Position to source
upon_state
0 - Unrealize
1 - Rerealize

Example

To position connectors to middle point and unrealize them:

*createmark connectors 1 all
*CE_PositionConnectors 1 0 0

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

2019.1