Cutouts in the Base Plane

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