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

# Placing Multiple Parts: Bounding Box 2D Nesting

If you have several parts to lay out on the printer, you can use the **Bounding Box 2D Nesting** block. This block performs a 2D bin packing of bounding boxes. You can control the distance between each part's bounding box, the offset from the platform, and the distance from the perimeter of the build plate. The output of this block is a transformation list, so after running the block, use the **Transform Object** block to move the bodies into the proper locations.

<Frame>
  <img src="https://files.learn.ntop.com/lessons/placing-multiple-parts-bounding-box-2d-nesting/250_5_1-Bouding-Box-2D-Nesting.png" />
</Frame>

The *Bounding Boxes* input automatically includes an empty list. If you already have a list of bodies or bounding boxes, you can delete this and add in the bounding boxes from that list, as shown below.

<Frame>
  <img src="https://files.learn.ntop.com/lessons/placing-multiple-parts-bounding-box-2d-nesting/250_5_2-Placing-Parts.gif" />
</Frame>

The additional Inputs for the **Bounding Box 2D Nesting** are *Build Volume*, *Part to Part Offset*, *Platform Offset*, and *Perimeter Offset*.

<Frame>
  <img src="https://files.learn.ntop.com/lessons/placing-multiple-parts-bounding-box-2d-nesting/250_5_3-Nesting-Offset-Inputs.png" />
</Frame>

To use this block, place the **Bounding Box 2D Nesting** block into a **Transform**block, and they will all be placed as shown below. Boxes that fit will be placed in order of size, and the remaining boxes will be placed outside and next to the build volume. At the moment, they have to be manually “trimmed” off using Boolean operations.

<Frame>
  <img src="https://files.learn.ntop.com/lessons/placing-multiple-parts-bounding-box-2d-nesting/250_5_4-Transform-Nesting-1.png" />
</Frame>

<Frame>
  <img src="https://files.learn.ntop.com/lessons/placing-multiple-parts-bounding-box-2d-nesting/250_5_5-Transform-Nesting-2.png" />
</Frame>
