START: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
:START 0, 0, 0 | :START 0, 0, 0 | ||
:For an example in a real macro see [[Explode_Shape]] or [[Bag_Solids]] or [[Calc_Geo_Extents]] | :For an example in a real macro see [[Explode_Shape]] or [[Bag_Solids]] or [[Calc_Geo_Extents]] or [[Create_Contour.mac]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 20:53, 29 July 2010
Command
- Start point of a contour, must be must be a part of CONTOUR or CONTOUR_3D.
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
- For an example in a real macro see Explode_Shape or Bag_Solids or Calc_Geo_Extents or Create_Contour.mac