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

# Regular Points in Body

> AI context for Regular Points in Body. 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/ntop/regular-points-in-body).

## Summary

This custom block creates a grid of evenly spaced points in a body

## Package Details

| Field            | Value                                                 |
| ---------------- | ----------------------------------------------------- |
| **ID**           | `regular-points-in-body`                              |
| **Type**         | Block                                                 |
| **Author**       | nTop                                                  |
| **Version**      | 1.0.0                                                 |
| **nTop Version** | 5.44+                                                 |
| **Domain**       | Geometry                                              |
| **Complexity**   | Beginner                                              |
| **Tags**         | `grid`, `points`, `evenly-spaced`, `body`, `sampling` |
| **License**      | MIT                                                   |
| **Verified**     | Yes                                                   |

***

This custom block creates a grid of evenly spaced points in a body

## 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/ntop/regular-points-in-body/`.

## Inputs

| Name           | Type          | Description                                  |
| -------------- | ------------- | -------------------------------------------- |
| `Body`         | Implicit Body | Body used to create the evenly spaced points |
| `Grid spacing` | Vector        | Spacing between the points                   |

## Outputs

| Name     | Type | Description |
| -------- | ---- | ----------- |
| `Output` |      | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/regular-points-in-body](https://community.ntop.com/packages/ntop/regular-points-in-body)
