Terminal capstone of the Design & Simulation course. To complete it, deliver a single build123d part that passes both checks at once on the real OpenCascade kernel: the bounding box equals (60, 40, 20) mm within 0.1, AND the volume equals 20607.4 mm^3 within 5. Passing both -- not just one -- demonstrates the L2 competency: read a multi-feature spec, place features deliberately (boss seated on the plate top, bore piercing the whole stack), execute real boolean operations, and validate the finished solid by measuring its envelope and its volume the way a machinist would. A part that nails the bounding box but botches the volume (missing or blind hole) does NOT ship -- the whole spec is the bar.
The deliverable is a portfolio-ready parametric part: the mounting bracket as a single runnable build123d program defining result, with the three features (plate, boss, through-hole) built and combined by real boolean operations on the OpenCascade kernel, a spec card stating the target envelope (60 x 40 x 20 mm) and volume (20607.4 mm^3), and the grader's matched readout proving both. Because the model is parametric, it carries forward: change plate dimensions, boss radius, or bore size and the same measure-against-spec loop re-validates it. The watertight solid you measured here is the body the next course assembles, joints, and drops into physics -- the part you designed becomes the part the rest of the curriculum animates.