*linereverse

Reverse line direction.

Syntax

*linereverse line_id

Type

HyperMesh Tcl Modify Command

Description

This command reverses the direction for a given input line. Works for free lines only.

Inputs

line_id
Input line ID.

Example

To reverse line 12:

*linereverse 12

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

10.0