Datasets:
ArXiv:
License:
File size: 182 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(29,0,0))
r=w0.workplane(offset=-78/2).moveTo(-90.5,0).box(19,106,78).union(w0.workplane(offset=19/2).moveTo(20,0.5).box(160,89,19)) |