Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-55,0,0)) | |
| w1=cq.Workplane('ZX',origin=(0,-2,0)) | |
| r=w0.workplane(offset=-35/2).moveTo(79,45).box(42,12,35).union(w0.sketch().segment((-40,-77),(-20,-77)).arc((-31,-66),(-40,-54)).close().assemble().finalize().extrude(146)).union(w1.workplane(offset=-98/2).moveTo(47,-28).cylinder(98,30)) |