GOE 488 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from goe488.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/goe488.dat
goe488_points = [[1000,0],[899.72,17.95],[799.48,33.39],[699.28,46.34],[599.15,54.79],[499.06,60.74],[399.02,63.18],[299.02,63.13],[199.07,60.09],[149.15,54.81],[99.2799,46.54],[74.37,40.65],[49.5,32.27],[24.66,21.88],[12.29,13.69],[0,0],[12.69,-12.3],[25.23,-14.61],[50.24,-15.22],[75.23,-14.83],[100.22,-13.95],[150.17,-11.17],[200.12,-7.9001],[300.0399,-2.85],[400.04,-2.3],[500.04,-2.75],[600.05,-3.2],[700.06,-3.65],[800.06,-4.1],[900.03,-2.05]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe488_points);