Inputs
Name | Abbreviation | Type | Access | Description |
Points | P | Vector | List | The points to construct the polygon from |
Outputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The polygon |
How To
Feed in a list of points
You can use centroid, Points In Polygon, or even array to generate points.
The result is a polygon created by drawing the shortest line through each point. The line returns to the first point to create an enclosed polygon.
Examples:



