Skip to main content

Polygon From Points

Construct a polygon from points

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

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

  1. Feed in a list of points

    1. You can use centroid, Points In Polygon, or even array to generate points.

  2. 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:

Did this answer your question?