Difference between revisions of "TRANSLATE PATH"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=TRANSLATE_PATH <path number>, <dx>, <dy>, <dz> | {{Command|syntax=TRANSLATE_PATH <path number>, <dx>, <dy>, <dz> | ||
− | |description=: | + | |description=:Translate a numbered [[macro path]]. |
|param1=<path number>|param1_desc={{path number}} | |param1=<path number>|param1_desc={{path number}} | ||
|param2=<dx>|param2_desc={{dx}} | |param2=<dx>|param2_desc={{dx}} | ||
|param3=<dy>|param3_desc={{dy}} | |param3=<dy>|param3_desc={{dy}} | ||
− | |param4=<dz>|param4_desc= {{dz}} | + | |param4=<dz>|param4_desc={{dz}} |
}} | }} | ||
===Example=== | ===Example=== | ||
− | :TRANSLATE_PATH | + | :TRANSLATE_PATH 1, 10, 5, 2 |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 18:44, 13 January 2011
Command
- TRANSLATE_PATH <path number>, <dx>, <dy>, <dz>
- Translate a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <dx>
- The distance in the X axis direction.
- <dy>
- The distance in the Y axis direction.
- <dz>
- The distance in the Z axis direction.
Example
- TRANSLATE_PATH 1, 10, 5, 2