ADD OP PATH ARC

From Macros Wiki
Revision as of 00:29, 14 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

ADD_OP_PATH_ARC <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir>


Add an arc move to the end of the current macro path.

Parameters

<xe>
X value of the arc end
<ye>
Y value of the arc end
<ze>
Z value of the arc end
<xc>
X value of the arc center
<yc>
Y value of the arc center
<zc>
Z value of the arc center
<radius>
Arc radius
<dir>
Arc direction (1 = CW, 0 = CCW).

Example

ADD_OP_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 1