filapro's picture
add data
4696421
raw
history blame
162 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-100,0,0))
r=w0.sketch().segment((-14,11),(10,-11)).segment((14,-6)).close().assemble().finalize().extrude(200)