PARAMETRIC CAD
Workplanes & Sketches: 2D Becomes 3D

Real build123d on the OpenCascade kernel. Your code must define result as a build123d Part. The autograder reads result.bounding_box().size and result.volume and compares to the spec: a 70 x 45 x 10 mm plate with one Ø12 mm hole through the center. The starter already sketches and extrudes the plate (bbox is correct), but it has no hole, so the volume is too high. Add the through-hole cut.

You read

the arrays and values already in scope

You change

the code you write in each cell

Fixed

the dataset and the checks that grade you