*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
To reverse the cutting plane with y-axis as its
normal:
*cuttingplanereverse 1
Errors
Incorrect usage results in a Tcl error. To detect
errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}