Datasets:
ArXiv:
License:
File size: 187 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,90,0))
r=w0.workplane(offset=-180/2).moveTo(55,-28.5).box(90,111,180).union(w0.workplane(offset=-75/2).moveTo(-60,44).cylinder(75,40)) |