POINT XY: 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=POINT_XY <point number>, <x>, <y>,
{{Command|syntax=POINT_XY <point number>, <x>, <y>
|description=This is used to create a point using the x and y position.
|description=:Create a point using the x and y position, you must use [[CREATE_POINT]] to see the point.


|param1=<point number>|param1_desc=  {{point number}}
|param1=<point number>|param1_desc=  {{point number}}
Line 8: Line 8:


===Example===
===Example===
:- POINT_XY 12, 3, 4
:POINT_XY 12, 3, 4
 
:- POINT_XY 41, 8, 31
 
 


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

Revision as of 18:15, 21 July 2010

Command

POINT_XY <point number>, <x>, <y>


Create a point using the x and y position, you must use CREATE_POINT to see the point.

Parameters

<point number>
The number of a previously defined macro point.
<x>
X co-ordinate of a feature.
<y>
Y co-ordinate of a feature.

Example

POINT_XY 12, 3, 4