I have a simple code that generate a box `rectangular_prism = cq.Workplane("XY").box(1, 1, 1) ` I want to add a rectangular planar selectable surface at the top face, with dimensions 0.5x0.5. How can I create planar surfaces (or zero thickness surface) in CadQuery?