# 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="https://832938294-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI46RW7gXIHinmkl2pBq%2Fuploads%2FRAArNYpYIk0jxafJ4NnM%2FcutoutsLid.png?alt=media&#x26;token=206a695c-cbd6-49f5-9020-361e75140c89" alt=""><figcaption></figcaption></figure>
