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

# Mesh from Voxel Grid

Generates a surface mesh from a voxel grid.

### Inputs

| Name       | Type                                                           | Description                                                                                                                           |
| ---------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Grid       | [Voxel Grid](../../../../block-documentation/types/voxel-grid) | Voxel grid to convert into a surface mesh.                                                                                            |
| Adaptivity | [Scalar](../../../../block-documentation/types/scalar)         | Factor between 0 and 1 to control the decimation of triangles in planar regions. A higher factor results in more triangles decimated. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Mesh](../../../../block-documentation/types/mesh) |
