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

# Fill Mesh

> AI context for Fill Mesh. 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/fill-mesh).

## Summary

This custom block will take in an open mesh and will create a solid that is within the same bounds.

## Package Details

| Field            | Value                                              |
| ---------------- | -------------------------------------------------- |
| **ID**           | `fill-mesh`                                        |
| **Type**         | Block                                              |
| **Author**       | nTop                                               |
| **Version**      | 1.0.0                                              |
| **nTop Version** | 5.44+                                              |
| **Domain**       | Geometry                                           |
| **Complexity**   | Beginner                                           |
| **Tags**         | `fill`, `mesh`, `solid`, `open-mesh`, `watertight` |
| **License**      | MIT                                                |
| **Verified**     | Yes                                                |

***

This custom block will take in an open mesh and will create a solid that is within the same bounds.

## 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/fill-mesh/`.

## Inputs

| Name             | Type | Description                                                                                                      |
| ---------------- | ---- | ---------------------------------------------------------------------------------------------------------------- |
| `Open Mesh`      | Mesh | The open mesh that needs to be filled                                                                            |
| `Flip Direction` | bool | If your faces are not facing towards each other, we recommend you flip the direction to get the desired results. |

## Outputs

| Name    | Type          | Description                                                                                                                                          |
| ------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Final` | Implicit Body | Performs a boolean intersect on the Implicit Face scalar field, and the mesh bounding box solid box, to create a solid region where the two overlap. |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/fill-mesh](https://community.ntop.com/packages/ntop/fill-mesh)
