NACA 6-H-10 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from n6h10.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/n6h10.dat
n6h10_points = [[1000,0],[950,1.1],[900,5.71],[800,19.7099],[700,41.14],[600,65.3],[500,85.37],[400,95.17],[300,92],[250,87.69],[200,79.4],[150,69.38],[100,56],[75,47.6],[50,38.6],[25,27.59],[12.5,19.16],[0,-1.14],[12.5,-3.92],[25,-4.49],[50,-4.6],[75,-4.28],[100,-3.35],[150,-1.98],[200,-1.6101],[250,-1.99],[300,-3.09],[400,-5],[500,-9.79],[600,-16.8],[700,-22.83],[800,-23.56],[900,-13],[950,-6.8]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=n6h10_points);