ROTATE OP PATH
From Macros Wiki
Jump to navigationJump to search
Command
- ROTATE_OP_PATH <vx>, <vy>, <vz>, <angle>
- Rotate the current macro path.
Parameters
- <xc>
- the X component of a vector.
- <xc>
- the Y component of a vector.
- <zc>
- the Z component of a vector.
- <angle>
- angle value, either degrees or radians. Positive angles indicate a CCW direction, negative for CW.
Use the DEGREES or RADIANS commands to switch between the two angle modes.
Example
- ROTATE_OP_PATH 0, 0, 1, 45