Datasets:
ArXiv:
License:
File size: 184 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(-100,0,0))
r=w0.workplane(offset=62/2).moveTo(67,-45).cylinder(62,20).union(w0.workplane(offset=200/2).moveTo(-71,21).box(32,88,200)) |