POINTS
From Macros Wiki
Jump to navigationJump to search
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
- ]