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

# Box

## About this Block

**What it does:** The **Box** block creates a box from a center point, length, width, and height.

**Common uses:**

* Creating a part from scratch
* Boolean operations
* Defining rectangular cell maps

## Example File

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

***

Create a box from a center point, length, width, and height.

### Inputs

| Name         | Type                                                   | Description                         |
| ------------ | ------------------------------------------------------ | ----------------------------------- |
| Center point | [Point](../../../../block-documentation/types/point)   | Center Point of box.                |
| Length       | [Scalar](../../../../block-documentation/types/scalar) | Length of the box along the X-axis. |
| Width        | [Scalar](../../../../block-documentation/types/scalar) | Width of the box along the Y-axis   |
| Height       | [Scalar](../../../../block-documentation/types/scalar) | Height of the box along the Z-axis. |

### Outputs

| Type                                             |
| ------------------------------------------------ |
| [Box](../../../../block-documentation/types/box) |
