> 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/geometry/remove-geometry.md).

# Remove Geometry

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

```
/**
 * Node that removes selected triangles from a mesh.
 * 
 * Deletes geometry based on a triangle selection, rebuilding
 * skin weights and materials as needed.
 * 
 * Usage:
 * 1. Connect mesh and triangle selection
 * 2. Click Apply to remove selected geometry
 */
```
