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

# Export Voxel Grid

<CardGroup cols={2}>
  <Card title="Path, Voxel Grid, Length Unit Enum" href="#path-voxel-grid-length-unit-enum" />

  <Card title="Path, Voxel Grid, Length Unit Enum, 1.1.0" href="#path-voxel-grid-length-unit-enum-110" />
</CardGroup>

***

## About this Block

**What it does:**
The Export Voxel Grid block exports your voxel model as a VDB file.

**Common uses:**

* Exporting voxel grids for use in alternative software or other instances of nTop.

**Tips:**

* For information on all import/export file types: ([https://support.ntopology.com/hc/articles/360048249514](https://support.ntopology.com/hc/articles/360048249514))
* The block contains a file path for the location of export, the grid to be exported, and the unit scale to store voxel data.

***

<h2 id="path-voxel-grid-length-unit-enum">
  Path, Voxel Grid, Length Unit Enum
</h2>

Export voxel grid.

### Inputs

| Name  | Type                                                           | Description                     |
| ----- | -------------------------------------------------------------- | ------------------------------- |
| Path  | [Path](../../../../block-documentation/types/path)             | Path to export the VDB file to. |
| Grid  | [Voxel Grid](../../../../block-documentation/types/voxel-grid) | Voxel grid to export.           |
| Units | Length Unit Enum                                               | Unit scale to store voxel data. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [None](../../../../block-documentation/types/none) |

***

<h2 id="path-voxel-grid-length-unit-enum-110">
  Path, Voxel Grid, Length Unit Enum, 1.1.0
</h2>

Export voxel grid.

### Inputs

| Name  | Type                                                           | Description                     |
| ----- | -------------------------------------------------------------- | ------------------------------- |
| Path  | [Path](../../../../block-documentation/types/path)             | Path to export the VDB file to. |
| Grid  | [Voxel Grid](../../../../block-documentation/types/voxel-grid) | Voxel grid to export.           |
| Units | Length Unit Enum                                               | Unit scale to store voxel data. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [None](../../../../block-documentation/types/none) |
