MIRROR PATH: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=MIRROR_PATH <path number>, < | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
|description= | |||
{{Command|syntax=MIRROR_PATH <path number>, <axis>, <coord> | |||
|description=:Mirror a numbered [[macro path]]. | |||
|param1=<path number>|param1_desc={{path number}} | |param1=<path number>|param1_desc={{path number}} | ||
|param2=< | |param2=<axis>|param2_desc={{mirror_axis}} | ||
|param3=<coord>|param3_desc={{mirror_axis value}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :MIRROR_PATH 2, H, 0.5 | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 23:51, 13 January 2011
Command
- MIRROR_PATH <path number>, <axis>, <coord>
- Mirror a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <axis>
- The axis. Must be a single character, one of X, Y, H or V.
- <coord>
- For mirror X (or H) this is the Y (or V) value.
- For mirror Y (or V) this s the X (or H) value.
Example
- MIRROR_PATH 2, H, 0.5