*movecuttingplane
Moves a cutting plane a specified distance.
Syntax
*movecuttingplane axis distance
Type
HyperMesh Tcl Modify Command
Description
Moves a cutting plane a specified distance.
Inputs
- axis
- The axis that is normal to the plane. Valid values are:
- distance
- The distance to move the cutting plane along the plane normal.
Example
To move the cutting plane with y-axis as its normal by a value of 5:
*movecuttingplane 1 5.0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}