filapro's picture
add data
4696421
raw
history blame
181 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-31))
r=w0.sketch().segment((-100,15),(23,-98)).segment((100,-15)).segment((-23,98)).close().assemble().finalize().extrude(63)