> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Polygon from Points

<CardGroup cols={2}>
  <Card title="Points" href="#points" />

  <Card title="Points, 5.20.0" href="#points-5200" />
</CardGroup>

***

## About this Block

**What it does:** The **Profile from Points** block creates a profile from planar points. The order of the points is essential when entering them.

**Common uses:**

* Custom profiles for lofting, extruding, sweeping, etc.

## Example File

![Profile from Points](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/profile_from_points.png)

***

<h2 id="points">
  Points
</h2>

Create a polygon from planar points.

### Inputs

| Name   | Type                                                      | Description                                               |
| ------ | --------------------------------------------------------- | --------------------------------------------------------- |
| Points | [Point List](../../../../block-documentation/types/point) | Ordered list of points. Points of polygon must be planar. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Polygon (old)](../../../../block-documentation/types/polygon-old) |

***

<h2 id="points-5200">
  Points, 5.20.0
</h2>

Create a closed Profile from an ordered list of points.

### Inputs

| Name   | Type                                                      | Description                                                         |
| ------ | --------------------------------------------------------- | ------------------------------------------------------------------- |
| Points | [Point List](../../../../block-documentation/types/point) | An ordered list of points representing the vertices of the Profile. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Profile](../../../../block-documentation/types/profile) |
