Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-100,0,0)) | |
| r=w0.sketch().push([(5,-47.5)]).rect(188,99).push([(52,-29)]).circle(22,mode='s').finalize().extrude(125).union(w0.workplane(offset=200/2).moveTo(-50,48).cylinder(200,49)) |