POINT XY: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Geometry:Creating_Geometry| | [[Geometry:Creating_Geometry|{{Up}}]] | ||
{{Command|syntax=POINT_XY <point number>, <x>, <y> | {{Command|syntax=POINT_XY <point number>, <x>, <y> | ||
Line 11: | Line 11: | ||
===Example=== | ===Example=== | ||
:POINT_XY 12, 3, 4 | :POINT_XY 12, 3, 4 | ||
:For an example macro see [[Contour_2]] | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 14:33, 13 August 2010
Command
- POINT_XY <point number>, <x>, <y>
- Create a point using the x and y position.
Parameters
- <point number>
- The number of the point to be created.
- A number between 1 and 100.
- <x>
- X co-ordinate of a feature.
- <y>
- Y co-ordinate of a feature.
Example
- POINT_XY 12, 3, 4
- For an example macro see Contour_2