A rectangular box 60mm long, 40mm wide, and 15mm tall.
import cadquery as cq result = cq.Workplane("XY").box(60, 40, 15)