Datasets:
ArXiv:
License:
File size: 185 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(46,0,0))
r=w0.workplane(offset=-104/2).moveTo(46,75).cylinder(104,25).union(w0.workplane(offset=12/2).moveTo(-21,-50).cylinder(12,50)) |