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

# Bounding Box

## About this Block

**What it does:** The **Bounding Box** block creates a bounding box from two corner points.

**Common uses:**

* Creating custom Unit cells
* Object modification (translate, rotate, scale, etc.)
* Custom build volumes

## Example File

<img src="https://mintlify.s3.us-west-1.amazonaws.com/ntopology/ExtendedBlockDocs/boundingbox.jpg" alt="Bounding Box" />

***

Create a bounding box from two corner points.

### Inputs

| Name    | Type                                                 | Description                    |
| ------- | ---------------------------------------------------- | ------------------------------ |
| Point 1 | [Point](../../../../block-documentation/types/point) | Minimum point of bounding box. |
| Point 2 | [Point](../../../../block-documentation/types/point) | Maximum point of bounding box. |

### Outputs

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