ROTATE PATH
From Macros Wiki
Jump to navigationJump to search
Command
- ROTATE_PATH <path number>, <vx>, <vy>, <vz>, <angle>
- Rotate a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <xc>
- the X component of a vector.
- <yc>
- 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_PATH 0, 0, 1, 45