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

# Extract Cell Map Cells

> AI context for Extract Cell Map Cells. 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/extract-cell-map-cells).

## Summary

Extracts the Cells of a Cell Map as seperate Mesh Boxes. The boxes will be undersized from the cell by roughly 10%.

## Package Details

| Field            | Value                                                     |
| ---------------- | --------------------------------------------------------- |
| **ID**           | `extract-cell-map-cells`                                  |
| **Type**         | Block                                                     |
| **Author**       | nTop                                                      |
| **Version**      | 1.0.0                                                     |
| **nTop Version** | 5.44+                                                     |
| **Domain**       | Geometry                                                  |
| **Complexity**   | Beginner                                                  |
| **Tags**         | `extract`, `cell`, `map`, `cells`, `extracts`, `seperate` |
| **License**      | MIT                                                       |
| **Verified**     | Yes                                                       |

***

Extracts the Cells of a Cell Map as seperate Mesh Boxes. The boxes will be undersized from the cell by roughly 10%.

## 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/extract-cell-map-cells/`.

## Inputs

| Name       | Type      | Description                            |
| ---------- | --------- | -------------------------------------- |
| `Cell Map` | cell\_map | The Cell Map to extract the cells from |

## Outputs

| Name          | Type        | Description                                 |
| ------------- | ----------- | ------------------------------------------- |
| `Mesh List_0` | list\<mesh> | Splits the mesh faces to separate the cells |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/extract-cell-map-cells](https://community.ntop.com/packages/ntop/extract-cell-map-cells)
