POINTS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 2: Line 2:


{{Command|syntax=POINTS
{{Command|syntax=POINTS
|description=:Create a group of points, must be in the form:
|description=:Create a group of 2D points, must be in the form:
:POINTS [
:POINTS_3D [
:POINT 3, 5
:POINT <x1>, <y1>, <z1>
:POINT m, r1
:POINT <x2>, <y2>, <z2>
:]
:]
<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}}

Revision as of 19:13, 11 January 2011

Up

Command

POINTS


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


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
]