> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/repair/remove-small-components.md).

# Remove Small Components

<div align="left"><figure><img src="/files/B1FLWFUg56DFbCErGrNQ" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that removes small disconnected mesh components.
 * 
 * Filters out mesh islands below a specified size threshold
 * based on triangle count or surface area.
 * 
 * Usage:
 * 1. Connect mesh with small components
 * 2. Set size thresholds
 * 3. Click Apply to remove small islands
 */
```
