# Volume (Axis Aligned Box)

Menu Path : **Operator > Math > Geometry > Volume (Axis Aligned Box)**

The **Volume (Axis Aligned Box)** Operator calculates the volume of an axis-aligned box. This is equal to **x y z** where **x** is the width, **y** is the height, and **z** is the length of the box.

## Operator properties

| **Input** | **Type** | **Description**                                              |
| --------- | -------- | ------------------------------------------------------------ |
| **Box**   | AABox    | The axis-aligned box this Operator calculates the volume of. |

| **Output** | **Type** | **Description**                     |
| ---------- | -------- | ----------------------------------- |
| **Volume** | Float    | The volume of the axis-aligned box. |
