polygon pol
Creates a polygon.
Creates a polygon between three or more points.
polygon (3 2) (4 5) (10 11)
Creates a polygon between coordinates (3, 2), (4, 5) and (10, 11).
polygon Point_1 Point_2 Point_3
Creates a polygon between Point_1, Point_2 and Point_3.
polygon Point_1 Point_4 (10 11) (6 7)
Creates a polygon between Point_1, Point_4 and coordinates (10, 11) and (6, 7).
<Point{3,...}: <Point'|<Coords: Number' Number'>'>>
Point{3,...} 3 ∞ | Sequence of three or more points | |
Point | Point object reference | Name of the points between which the polygon should be created |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Mode | Target |
---|---|
Geometry | Global |