ADD PATH LINE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=ADD_PATH_LINE <path number>, <xs>, <ys>, <zs>
{{Command|syntax=ADD_PATH_LINE <path number>, <xs>, <ys>, <zs>
|description=:
|description=:Add a rapid move to the end of a numbered [[macro path]].


|param1=<path number>|param1_desc={{path number}}
|param1=<path number>|param1_desc={{path number}}
|param2=<xs>|param2_desc={{xs}}
|param2=<xe>|param2_desc={{xe}}
|param3=<ys>|param3_desc={{ys}}
|param3=<ye>|param3_desc={{ye}}
|param4=<zs>|param4_desc={{zs}}
|param4=<ze>|param4_desc={{ze}}
}}
}}


===Example===
===Example===
:ADD_PATH_LINE
:ADD_PATH_LINE 20, 50, 100


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 00:26, 14 January 2011

Up

Command

ADD_PATH_LINE <path number>, <xs>, <ys>, <zs>


Add a rapid move to the end of a numbered macro path.

Parameters

<path number>
Path number (1 to 100).
<xe>
X co-ordinate of the end point.
<ye>
y co-ordinate of the end point.
<ze>
Z co-ordinate of the end point.

Example

ADD_PATH_LINE 20, 50, 100