*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
 - upon_state
 - 0 - Unrealize
 
Example
To position connectors to middle point and unrealize them:
*createmark connectors 1 all
*CE_PositionConnectors 1 0 0
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019.1