> ## 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 2D Nesting

Performs a 2D bin packing of bounding boxes. Boxes that fit will be placed in order of size and remaining boxes will be placed outside and next to the build volume.

### Inputs

| Name                | Type                                                                    | Description                                                            |
| ------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| Bounding boxes      | [Bounding Box List](../../../../block-documentation/types/bounding-box) | Bounding Boxes to be nested.                                           |
| Build volume        | [Bounding Box](../../../../block-documentation/types/bounding-box)      | Volume in which boxes are nested.                                      |
| Part to part offset | [Scalar](../../../../block-documentation/types/scalar)                  | Amount of tolerance between boxes during the nest process.             |
| Platform offset     | [Scalar](../../../../block-documentation/types/scalar)                  | Offset distance between boxes and build platform in Z.                 |
| Perimeter offset    | [Scalar](../../../../block-documentation/types/scalar)                  | Offset distance between parts the perimeter in XY of the build volume. |

### Outputs

| Type                                                                        |
| --------------------------------------------------------------------------- |
| [Transformation List](../../../../block-documentation/types/transformation) |
