*CE_ReverseSigPoints
Reverses the direction of a line connector.
Syntax
*CE_ReverseSigPoints connector_id
Type
HyperMesh Tcl Modify Command
Description
Reverses the direction of a line connector.
Inputs
- connector_id
- The ID of the connector.
Examples
To reverse the direction of line connector ID 1:
*CE_ReverseSigPoints 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
2022