*cuttingplanereverse
Reverses a cutting plane display orientation.
Syntax
*cuttingplanereverseaxisType
HyperMesh Tcl Modify Command
Description
Reverses a cutting plane display orientation.
Inputs
- axis
- The axis that is normal to the plane. Valid values are:- 0 - The plane with x-axis as its normal.
- 1 - The plane with y-axis as its normal.
- 2 - The plane with z-axis as its normal.
 
Examples
*cuttingplanereverse 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}