START: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=[[Image:start.png|right|START]]START <xe>, <ye>, [<ze>]
[[Geometry:Creating_Geometry|{{Up}}]]
|description=:Start point of a contour, must be must be a part of [[CONTOUR]] or [[CONTOUR_3D]].


|param1=<xe>|param1_desc={{xe}}
{{Command|syntax=[[Image:start.png|right|START]]START <xs>, <ys>, [<zs>]
|param2=<ye>|param2_desc={{ye}}
|description=:Start point of a contour. This can only be used inside a [[CONTOUR]] or [[CONTOUR_3D]] definition.
|param3=[<ze>]|param3_desc={{ze}}
 
|param1=<xs>|param1_desc={{xs}}
|param2=<ys>|param2_desc={{ys}}
|param3=[<zs>]|param3_desc={{zs}}
}}
}}


===Example===
===Example===
:START 0, 0, 0
:START 0, 0
:For an example macro see [[Explode_Shape]] [[Bag_Solids]] [[Calc_Geo_Extents]] [[Create_Contour.mac]] [[Geo_Pattern]]
: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]]
[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 19:00, 11 January 2011

Up

Command

START
START
START <xs>, <ys>, [<zs>]


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

Parameters

<xs>
X co-ordinate of the start point.
<ys>
Y co-ordinate of the start point.
[<zs>]
Z co-ordinate of the start 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