filapro's picture
add data
4696421
raw
history blame
186 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(100,0,0))
r=w0.sketch().arc((-47,-16),(-1,-11),(42,-26)).segment((47,16)).segment((-42,26)).close().assemble().finalize().extrude(-200)