Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-28,0,0)) | |
| w1=cq.Workplane('YZ',origin=(38,0,0)) | |
| r=w0.sketch().segment((-100,-15),(-5,-48)).segment((7,-12)).segment((-88,20)).close().assemble().push([(97,45)]).circle(3).finalize().extrude(-10).union(w1.workplane(offset=-55/2).moveTo(21.5,-6.5).box(105,45,55)) |