2021-09-09 20:42:29 -04:00

16 lines
782 B
Markdown

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