> ## 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.

# Mesh N-gon

> AI context for Mesh N-gon. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/mesh-n-gon).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Create a surface mesh with n sides

## Package Details

| Field            | Value                                                                            |
| ---------------- | -------------------------------------------------------------------------------- |
| **ID**           | `mesh-n-gon`                                                                     |
| **Type**         | Block                                                                            |
| **Author**       | DaveMakesStuff                                                                   |
| **Version**      | 0.1.0                                                                            |
| **nTop Version** | 4.12+                                                                            |
| **Domain**       | Geometry                                                                         |
| **Application**  | Mesh                                                                             |
| **Complexity**   | Beginner                                                                         |
| **Tags**         | `mesh`, `radius`, `triangle`, `square`, `pentagon`, `hexagon`, `circle`, `n-gon` |
| **License**      | MIT                                                                              |
| **Verified**     | No                                                                               |

***

Create a surface mesh with n sides. Input a large n value to approximate a circle. The block is helpful to use with the "Random Points on Mesh" block to create random points on a defined surface.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/DaveMakesStuff/mesh-n-gon/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Connect your input geometry / fields to the exposed inlets.
3. Tune parameters. Export via the standard nTop exporters.

## Inputs & outputs

| Name         | Type   | Notes                                   |
| ------------ | ------ | --------------------------------------- |
| `Plane`      | Plane  | Plane on which to orient mesh           |
| `Sides`      | Scalar | Number of sides                         |
| `Radius`     | Scalar | Radius of n-gon                         |
| `Rotate`     | Scalar | Rotate the mesh around its center point |
| `Mesh n-gon` | Mesh   | Main result                             |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/mesh-n-gon](https://community.ntop.com/packages/DaveMakesStuff/mesh-n-gon)
