> ## 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 from Corners

## About this Block

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

**Common uses:**

* Creating implicits 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 two corner points.

### Inputs

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

### Outputs

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