GOE 480 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from goe480.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/goe480.dat
goe480_points = [[1000,0],[900,25.95],[800,49.4],[700,70.85],[600,89.8],[500,103.25],[400,110.7],[300,110.65],[200,100.6],[100,75.05],[50,52.2699],[25,36.64],[0,0],[25,-21.86],[50,-23.7201],[100,-21.95],[200,-13.4],[300,-6.85],[400,-0.8],[500,2.75],[600,4.7999],[700,4.85],[800,3.4],[900,1.4499]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe480_points);