Datasets:
ArXiv:
License:
File size: 289 Bytes
6b078bb | 1 2 3 4 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-25))
w1=cq.Workplane('YZ',origin=(-19,0,0))
r=w0.sketch().segment((15,-91),(18,-86)).segment((27,-90)).arc((-15,-32),(22,-94)).close().assemble().finalize().extrude(89).union(w1.workplane(offset=-19/2).moveTo(54,-19).cylinder(19,46)) |