> 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/sculpt/sculpt-mesh.md).

# Sculpt Mesh

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

```
/**
 * Node that provides interactive mesh sculpting.
 * 
 * Opens a 3D viewport for sculpting mesh geometry with
 * various brush tools, outputting the modified mesh.
 * 
 * Usage:
 * 1. Connect mesh input
 * 2. Use viewport sculpting tools
 * 3. Output is the sculpted mesh
 */
```
