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

# Cube

## About this Block

**What it does:** The **Cube** block creates a cube with equal-length sides.

**Common uses:**

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

## Example File

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

***

Create a Cube with equal length sides.

### Inputs

| Name         | Type                                                   | Description               |
| ------------ | ------------------------------------------------------ | ------------------------- |
| Center point | [Point](../../../../block-documentation/types/point)   | Center Point of the Cube. |
| Size         | [Scalar](../../../../block-documentation/types/scalar) | Size of the cube.         |

### Outputs

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