GOE 624 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from goe624.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/goe624.dat
goe624_points = [[1000,5],[950,18],[900,31.5],[800,58],[700,83],[600,104],[500,120.5],[400,130],[300,132],[200,121],[150,109.5],[100,92.5],[75,80.5],[50,66],[25,46],[12.5,32],[0,0],[12.5,-17],[25,-22.5],[50,-28.5],[75,-31],[100,-32],[150,-32.5],[200,-31.5],[300,-28],[400,-24],[500,-20],[600,-16],[700,-12],[800,-8],[900,-4],[950,-2]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe624_points);