> 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-occluded.md).

# Remove Occluded

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

```
/**
 * Node that removes occluded (hidden) triangles from a mesh.
 * 
 * Detects and removes interior geometry that is not visible
 * from outside, using winding number or raycast methods.
 * 
 * Usage:
 * 1. Connect mesh input
 * 2. Configure occlusion detection method
 * 3. Click Apply to remove hidden geometry
 */
```
