*setcuttingplanesbase
Sets the origin coordinates for all cutting planes.
Syntax
*setcuttingplanesbase x y z
Type
HyperMesh Tcl Modify Command
Description
Sets the origin coordinates for all cutting planes.
Inputs
- x
 - The x coordinate of the origin.
 - y
 - The y coordinate of the origin.
 - z
 - The z coordinate of the origin.
 
Example
To set the cutting plane origin to (5,0,7):
*setcuttingplanesbase 5.0 0.0 7.0
    Errors
None.