BOEING VERTOL V43012-1.58 AIRFOIL
// Points from v43012.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/v43012.dat

v43012_points = [[1000,0],[980,3.8],[955,8.4],[940,11.3],[925,14],[910,16.7],[890,20.3],[860,25.3],[830,30.1],[800,35],[760,41],[720,46.9],[680,52.7],[640,58.2],[600,63.5],[560,68.5],[520,73.3],[480,78],[440,82],[400,85],[360,88],[320,90.5],[280,92],[245,92.6],[210,92.9],[180,92],[150,90.1],[125,86.9],[110,84],[90,79.1],[75,74.5],[50,63.1],[40,57.1],[30,50.3],[20,42.3],[10,32.0999],[0,0],[10,-7.7],[20,-9],[30,-10],[40,-10.8],[50,-10.8],[75,-11],[90,-11.5],[110,-13],[125,-14.2],[150,-16.7],[180,-20],[210,-23.1],[245,-26],[280,-28.1],[320,-29.9],[360,-31],[400,-31.5],[440,-31.4],[480,-31],[520,-30.4],[560,-29.3],[600,-27.9],[640,-26.3],[680,-24.4001],[720,-22.2],[760,-19.8001],[800,-17.2],[830,-14.9],[860,-12.5],[890,-10],[910,-8.4],[925,-7],[940,-5.7],[955,-4.3],[980,-2]];

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