Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(54,0,0)) | |
| w1=cq.Workplane('XY',origin=(0,0,25)) | |
| r=w0.workplane(offset=22/2).moveTo(-37.5,41.5).box(15,117,22).union(w0.workplane(offset=45/2).moveTo(7,30).box(76,112,45)).union(w1.sketch().push([(-47.5,15.5)]).rect(103,45).push([(-47,15)]).circle(5,mode='s').push([(-50,30)]).rect(2,14,mode='s').finalize().extrude(-125)) |