filapro's picture
add data
4696421
raw
history blame
186 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-100))
r=w0.sketch().arc((-33,-28),(-2,-16),(33,-14)).segment((33,28)).segment((-33,28)).close().assemble().finalize().extrude(200)