Datasets:
ArXiv:
License:
File size: 183 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-21,0))
r=w0.workplane(offset=-79/2).moveTo(44,-71).box(34,2,79).union(w0.workplane(offset=121/2).moveTo(-25,24.5).box(72,95,121)) |