POINTS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
{{Command|syntax=POINTS
{{Command|syntax=POINTS
|description=*DESCRPTION*
|description=:Create a group of 2D points, must be in the form:
:POINTS [
:POINT <x1>, <y1>
:POINT <x2>, <y2>
:]
<br>
The POINT command must be the only command between the open and closed brackets.<br>
You can create any number of point. After the points have been created they will all be selected.


|param1=|param1_desc={{No Parameters}}
|param1=|param1_desc={{No Parameters}}
Line 7: Line 16:


===Example===
===Example===
:- POINTS
:POINTS [
:POINT 8, 3
:POINT x1, y1
:]


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

Latest revision as of 19:13, 11 January 2011

Up

Command

POINTS


Create a group of 2D points, must be in the form:
POINTS [
POINT <x1>, <y1>
POINT <x2>, <y2>
]


The POINT command must be the only command between the open and closed brackets.
You can create any number of point. After the points have been created they will all be selected.

Parameters

No Parameters

Example

POINTS [
POINT 8, 3
POINT x1, y1
]