Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-35,0,0)) | |
| w1=cq.Workplane('XY',origin=(0,0,13)) | |
| r=w0.sketch().push([(51.5,-14.5)]).rect(97,47).push([(11,-14)]).circle(3,mode='s').finalize().extrude(-22).union(w0.workplane(offset=19/2).moveTo(-24,25).cylinder(19,8)).union(w1.sketch().segment((41,-100),(57,-100)).segment((57,-91)).arc((49,-92),(41,-91)).close().assemble().finalize().extrude(25)) |