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

# Filter Mesh for Largest Mesh

> AI context for Filter Mesh for Largest 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/filter-mesh-for-largest-mesh).

## Summary

Filters mesh by splitting the surface mesh and removing all items except the mesh with the largest triangle count.

## Package Details

| Field            | Value                                                          |
| ---------------- | -------------------------------------------------------------- |
| **ID**           | `filter-mesh-for-largest-mesh`                                 |
| **Type**         | Block                                                          |
| **Author**       | nTop                                                           |
| **Version**      | 1.0.0                                                          |
| **nTop Version** | 5.43+                                                          |
| **Domain**       | Geometry                                                       |
| **Complexity**   | Beginner                                                       |
| **Tags**         | `filter`, `mesh`, `largest`, `filters`, `splitting`, `surface` |
| **License**      | MIT                                                            |
| **Verified**     | Yes                                                            |

***

Filters mesh by splitting the surface mesh and removing all items except the mesh with the largest triangle count.

## 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/filter-mesh-for-largest-mesh/`.

## Inputs

| Name   | Type | Description          |
| ------ | ---- | -------------------- |
| `Mesh` | Mesh | Mesh to be filtered. |

## Outputs

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

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/filter-mesh-for-largest-mesh](https://community.ntop.com/packages/ntop/filter-mesh-for-largest-mesh)
