CREATE PATH

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

Up

Command

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


Create a numbered macro path. This path must have been defined by the DEFINE_PATH_LIST command.

Parameters

<path number>
Path number (1 to 100).
<xs>
X position of the start of the path.
<ys>
Y position of the start of the path.
<zs>
Z position of the start of the path.

Example

CREATE_PATH 1, 10, 20, 50
For an example macro see Modify_op_path2