START: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=START <xe>, <ye>, [<ze>]
{{Command|syntax=START <xe>, <ye>, [<ze>]
|description=*DESCRPTION*
|description=:Start point of a contour, must be must be a part of [[CONTOUR]] or [[CONTOUR_3D]].*DESCRPTION*


|param1=<xe>|param1_desc={{xe}}
|param1=<xe>|param1_desc={{xe}}
Line 8: Line 8:


===Example===
===Example===
:- START
:START 0, 0, 0


[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 15:02, 21 July 2010

Command

START <xe>, <ye>, [<ze>]


Start point of a contour, must be must be a part of CONTOUR or CONTOUR_3D.*DESCRPTION*

Parameters

<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

START 0, 0, 0