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

# Offset Voxel Grid

<CardGroup cols={2}>
  <Card title="Voxel Grid, Scalar" href="#voxel-grid-scalar" />

  <Card title="Voxel Grid, Scalar, 1.1.0" href="#voxel-grid-scalar-110" />
</CardGroup>

***

## About this Block

**What it does:** The **Offset Voxel Grid** offsets an existing voxel grid. It can be offset either outwards or inwards, giving you more control over your voxel grid. Distance is defined by a constant value.

**Common uses:**

* Offsetting voxel grids.

***

<h2 id="voxel-grid-scalar">
  Voxel Grid, Scalar
</h2>

Apply an offset to the narrow band of a voxel grid.

### Inputs

| Name     | Type                                                           | Description                                                                                                                          |
| -------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Grid     | [Voxel Grid](../../../../block-documentation/types/voxel-grid) | The voxel grid to offset.                                                                                                            |
| Distance | [Scalar](../../../../block-documentation/types/scalar)         | The amount to offset the voxel grid in world space.  A positive value will offset outward while a negative value will offset inward. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Voxel Grid](../../../../block-documentation/types/voxel-grid) |

***

<h2 id="voxel-grid-scalar-110">
  Voxel Grid, Scalar, 1.1.0
</h2>

Apply an offset to the narrow band of a voxel grid.

### Inputs

| Name     | Type                                                           | Description                                                                                                                          |
| -------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Grid     | [Voxel Grid](../../../../block-documentation/types/voxel-grid) | The voxel grid to offset.                                                                                                            |
| Distance | [Scalar](../../../../block-documentation/types/scalar)         | The amount to offset the voxel grid in world space.  A positive value will offset inward while a negative value will offset outward. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Voxel Grid](../../../../block-documentation/types/voxel-grid) |
