Datasets:
ArXiv:
License:
File size: 246 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,46,0))
r=w0.workplane(offset=-92/2).moveTo(-79,58).cylinder(92,21).union(w0.workplane(offset=-54/2).moveTo(18,39).box(108,100,54)).union(w0.workplane(offset=-48/2).moveTo(56,-62).box(88,54,48)) |