Dormoy
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from dormoy.dat in the archive: http://m-selig.ae.illinois.edu/ads/archives/coord_seligFmt.tar.gz
// Not necessarily in the same order as in: http://m-selig.ae.illinois.edu/ads/coord/dormoy.dat
dormoy_points = [[1000,0],[950,10.5],[900,20],[800,36.7],[700,54],[600,68.7],[500,80],[400,87.3],[300,90],[200,88],[150,82],[100,73.3],[75,63.5],[50,53.5],[25,44.5],[12.5,36],[0,24.7],[12.5,20],[25,17],[50,12],[75,8.5],[100,5.3],[150,3.5],[200,2.7],[300,0],[400,0],[500,0],[600,0],[700,0],[800,0],[900,0],[950,0]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=dormoy_points);