Datasets:
ArXiv:
License:
File size: 182 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-3,0))
r=w0.workplane(offset=-38/2).moveTo(60,-2).cylinder(38,40).union(w0.workplane(offset=44/2).moveTo(-76,18).cylinder(44,24)) |