Datasets:
ArXiv:
License:
File size: 185 Bytes
4696421 | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-31,0))
r=w0.workplane(offset=-43/2).moveTo(0.5,86).box(63,28,43).union(w0.workplane(offset=105/2).moveTo(-13.5,-74).box(37,52,105)) |