LOCKHEED C-5A BL1256 AIRFOIL
// Points from c5e.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/c5e.dat

c5e_points = [[1000,1.0067],[949.9312,9.2338],[899.8758,16.6662],[849.8249,23.5016],[799.7734,30.4147],[749.7239,37.0423],[699.6742,43.7337],[649.628,49.9347],[599.5876,55.336],[549.5548,59.7482],[499.5279,63.3623],[449.5094,65.8464],[399.5006,67.0274],[349.5007,67.0166],[299.5097,65.7993],[249.532,62.8068],[199.5625,58.7235],[179.5789,56.5219],[159.5954,54.3012],[139.6141,51.795],[119.6355,48.9262],[99.6568,46.0573],[79.6853,42.243],[59.7161,38.0975],[39.7596,32.266],[19.818,24.4284],[9.8689,17.5894],[7.3858,15.3213],[4.9087,12.2368],[2.4371,8.4483],[0,0],[2.573,-9.7998],[5.106,-14.225],[7.6241,-16.656],[10.1393,-18.7012],[20.1757,-23.5781],[40.2075,-27.8531],[60.2251,-30.2092],[80.2345,-31.471],[100.2394,-32.1283],[120.2419,-32.4612],[140.2438,-32.7204],[160.2459,-33.0087],[180.2485,-33.3515],[200.251,-33.6942],[250.2619,-35.1538],[300.2777,-37.2709],[350.2946,-39.544],[400.304,-40.8043],[450.3021,-40.5429],[500.2913,-39.1022],[550.272,-36.5085],[600.2453,-32.9274],[650.2142,-28.7522],[700.1804,-24.212],[750.1462,-19.6191],[800.1077,-14.4578],[850.0722,-9.6938],[900.0398,-5.3407],[950.0177,-2.3792]];

linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=c5e_points);