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

# Remap Scale Field

## About this Block

**What it does:** Uses a Remap function to change the size of a Scalar Field according to X, Y, Z scales.

**Common uses:** To non-uniformly scale a field.

**Tips:**

* All Remap-based functions are centered on the world origin.
* This block is a custom block, which means it has a workflow of blocks running within it. To see what processes it is running, export the block by right-clicking on it and selecting "Export Block". Open the block to see the workflow beneath.

## Example File

Download Example: [Remap Scale Field](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/remap_scale_field.ntop)

![Example Screenshot](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/scale_field.jpg)

***

Remap a scalar field to scale it in the X, Y, and Z directions. This block will not attempt to scale the field values to compensate for distortion. If the compensation is preferred, use the Remap Scale Body block.

### Inputs

| Name    | Type                                                               | Description                      |
| ------- | ------------------------------------------------------------------ | -------------------------------- |
| Field   | [Scalar Field](../../../../block-documentation/types/scalar-field) | Scalar field to remap.           |
| X scale | [Scalar](../../../../block-documentation/types/scalar)             | Scale factor in the X direction. |
| Y scale | [Scalar](../../../../block-documentation/types/scalar)             | Scale factor in the Y direction. |
| Z scale | [Scalar](../../../../block-documentation/types/scalar)             | Scale factor in the Z direction. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Scalar Field](../../../../block-documentation/types/scalar-field) |
