POINT XY: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=POINT_XY <point number>, <x>, <y>, |description=this is used to create a point using the x and y position. |param1=<point number>|param1_desc= the number of ...
 
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=This is used to create a point using the x and y position.


|param1=<point number>|param1_desc=  the number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
|param1=<point number>|param1_desc=  The number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
|param2=<x>|param2_desc= the x axis value
|param2=<x>|param2_desc= The x axis value
|param3=<y>|param3_desc= the y axis value
|param3=<y>|param3_desc= The y axis value
}}
}}



Revision as of 15:51, 13 July 2010

Command

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


This is used to create a point using the x and y position.

Parameters

<point number>
The number of the point (1 to 100) to be defined.This is a number used by the macro to create other geometry.
<x>
The x axis value
<y>
The y axis value

Example

- POINT_XY 12, 3, 4
- POINT_XY 41, 8, 31