POINTS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 3: Line 3:
{{Command|syntax=POINTS
{{Command|syntax=POINTS
|description=:Create a group of 2D points, must be in the form:
|description=:Create a group of 2D points, must be in the form:
:POINTS_3D [
:POINTS [
:POINT <x1>, <y1>, <z1>
:POINT <x1>, <y1>
:POINT <x2>, <y2>, <z2>
:POINT <x2>, <y2>
:]
:]
<br>
<br>

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
]