> 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-lid-plane.md).

# Cutouts in the Lid Plane

This code:

```
cutoutsLid =  
[ 
    [10, 10, 10, 15, 0, yappRectangle]                                //-- A
   ,[25, 15, 10, 15, 0, yappRectangle, yappDefault, -30]              //-- B
   ,[45, 10, 10, 15, 2, yappRoundedRect]                              //-- C
   ,[66, 15, 10, 15, 2, yappRoundedRect, yappDefault, 30]             //-- D
   ,[10, 40, 8, 0, 6, yappCircleWithFlats]                            //-- E
   ,[25, 40, 4, 3, 6, yappCircleWithKey]                              //-- F
   ,[45, 40, 8, 0, 6, yappCircleWithFlats, yappDefault, yappDefault, yappCenter]  //-- G
   ,[60, 40, 4, 3, 6, yappCircleWithKey, yappDefault, yappDefault, yappCenter]    //-- H
];
```

Will result in this lid:

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