POINT XY

From Macros Wiki
Revision as of 15:42, 13 July 2010 by 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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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