Datasets:
ArXiv:
License:
File size: 182 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-14))
r=w0.workplane(offset=-2/2).moveTo(62.5,-57.5).box(47,85,2).union(w0.workplane(offset=30/2).moveTo(-39,57).box(94,86,30)) |