GOE 484 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from goe484.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/goe484.dat
goe484_points = [[1000,0],[900,24.8],[800,44.1],[700,59.8],[600,69.7],[500,76.5],[400,79.3],[300,75.1],[200,65.4],[150,57.8],[100,46.7],[75,39.9],[50,32.0999],[25,23.3],[12.5,17.15],[0,0],[12.5,-11.55],[25,-12.2001],[50,-11.5],[75,-9.6],[100,-6.8],[150,-0.2],[200,5.4],[300,12.6],[400,18.8],[500,22.5],[600,24.2],[700,21.9],[800,17.1],[900,8.8]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe484_points);