Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,6,0)) | |
| w1=cq.Workplane('YZ',origin=(7,0,0)) | |
| r=w0.workplane(offset=-59/2).moveTo(-5.5,-6.5).box(89,9,59).union(w0.sketch().push([(-88,-58)]).circle(12).push([(-40.5,29.5)]).rect(7,29).push([(56,23)]).rect(88,94).finalize().extrude(-48)).union(w0.sketch().segment((-18,4),(-18,31)).arc((-17,-45),(26,18)).segment((26,4)).close().assemble().finalize().extrude(66)).union(w1.workplane(offset=-23/2).moveTo(-70.5,49).box(3,10,23)) |