START: 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=[[Image:start.png|right|START]]START <xe>, <ye>, [<ze>]
{{Command|syntax=[[Image:start.png|right|START]]START <xe>, <ye>, [<ze>]
|description=:Start point of a contour, must be must be a part of [[CONTOUR]] or [[CONTOUR_3D]].
|description=:Start point of a contour. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition.


|param1=<xe>|param1_desc={{xe}}
|param1=<xe>|param1_desc={{xe}}

Revision as of 18:59, 11 January 2011

Up

Command

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


Start point of a contour. This can only be used inside a CONTOUR or CONTOUR_3D definition.

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
For an example macro see Explode_Shape Bag_Solids Calc_Geo_Extents Create_Contour.mac Geo_Pattern Geo_Transform Solids Solid_Type Use_Saved_Process