tracepoly tpol
Creates a polygon from two input points and from points along the contour of the existing boundary.
Creates a polygon from two input points and from points along the contour of the existing boundary.
tracepoly (1 1) (2 2)
Creates a polygon between coordinates (1, 1), (2, 2) and points along the contour of the existing boundary.
tracepoly (1 1) Point_1
Creates a polygon between coordinates (1, 1), Point_1 and points along the contour of the existing boundary.
tracepoly (1 1) (2 2) (3 4)
Creates a polygon between coordinates (1, 1), (2, 2), (3, 4) and points along the contour of the existing boundary.
<Point{2,...}: <Point'|<Coords: Number' Number'>'>>
Point{2,...} 2 ∞ | Sequence of two or more points. | |
Point | Point object reference | The coordinates of which are used for creating the polygon. |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Mode | Target |
---|---|
Geometry | Global |
{0,...} Polygon