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

# Skewed Box

## About this Block

**What it does:** The **Skewed Box** block generates an implicit Box with a point and 3 Axis inputs.

**Common uses:**

* Creating a part from scratch
* Boolean operations

## Example File

![Skewed Box](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/skewed_box.png)

***

Create a skewed box from 3 vectors.

### Inputs

| Name        | Type                                                   | Description                   |
| ----------- | ------------------------------------------------------ | ----------------------------- |
| Start point | [Point](../../../../block-documentation/types/point)   | Starting point of skewed box. |
| Vector 1    | [Vector](../../../../block-documentation/types/vector) | Local X vector of skewed box. |
| Vector 2    | [Vector](../../../../block-documentation/types/vector) | Local Y vector of skewed box. |
| Vector 3    | [Vector](../../../../block-documentation/types/vector) | Local Z vector of skewed box. |

### Outputs

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