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

## About this Block

**What it does:** Uses a Remap function to change the size of an Implicit Body according to X, Y, or Z scales. This block preserves a true distance field so that the underlying Scalar Field is not distorted during the Scale transformation.

**Common uses:** To non-uniformly scale an implicit.

**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 Body](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/remap_scale_body.ntop)
![Example Screenshot](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/remap_scale_body.jpg)

***

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

### Inputs

| Name    | Type                                                                 | Description                      |
| ------- | -------------------------------------------------------------------- | -------------------------------- |
| Body    | [Implicit Body](../../../../block-documentation/types/implicit-body) | implicit body 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                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |
