Datasets:
ArXiv:
License:
File size: 227 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(-65,0,0))
r=w0.workplane(offset=46/2).moveTo(-25,-42.5).box(74,115,46).union(w0.sketch().push([(14,52)]).circle(48).push([(-20,70)]).circle(7,mode='s').finalize().extrude(131)) |