Cutouts in the Lid Plane

//-- Lid plane -- origin is pcb[0,0,0]
// (0) = posx
// (1) = posy
// (2) = width
// (3) = length
// (4) = angle
// (5) = { yappRectangle | yappCircle }
// (6) = { yappCenter }
cutoutsLid = [
[25, 15, 20, 0, 0, yappCircle]
,[5, 30, 30, 10, 45, yappRectangle]
,[40, 60, 10, 20, 0, yappRectangle, yappCenter]
,[55, -5, 30, 40, 0, yappRectangle]
];