# Cutouts in the Base Plane

<figure><img src="https://832938294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI46RW7gXIHinmkl2pBq%2Fuploads%2FqUae7g7SRXgSKOhFm96P%2FYAPPcutoutsBase.png?alt=media&#x26;token=fc6bdb0b-43b4-43ef-98b3-72bc93aa0088" 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="https://832938294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI46RW7gXIHinmkl2pBq%2Fuploads%2FGYc8FKmf7xxzygMYB5xt%2FcutoutsBase.png?alt=media&#x26;token=758e9d8c-df14-4ed4-bf1a-6047658cebcd" alt=""><figcaption></figcaption></figure>
