> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/yappgenerator_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrwheel-docs.gitbook.io/yappgenerator_en/cutouts/placement-of-the-project-box/cutouts-in-the-base-plane.md).

# Cutouts in the Base Plane

<figure><img src="/files/fQBYmf6BwVG1dcvOCQxp" alt=""><figcaption></figcaption></figure>

This code:

```
cutoutsBase = 
[
    [10, 10, 10, 15, 0, yappRectangle]                           //--- A
   ,[25, 15, 10, 15, 0, yappRectangle, yappDefault, -30]         //--- B
   ,[45, 10, 10, 15, 2, yappRoundedRect]                         //--- C
   ,[60, 15, 10, 15, 2, yappRoundedRect, yappDefault, -30]       //--- D
   ,[50, 40, 5, 0, 6, yappCircle]                                //--- G
   ,[20, 40, 10, 15, 0, yappRectangle, yappDefault, yappDefault, yappCenter] //--- E
   ,[35, 40, 10, 15, 0, yappRectangle, yappDefault, -30, yappCenter]         //--- F
];
```

Creates this cutouts in the base plane:

<figure><img src="/files/QMayqZwO9Ub3ktmH2aMi" alt=""><figcaption></figcaption></figure>
