GOE 502 AIRFOIL
Show points
Translate
points only
linear_extrude
height
x scale
y scale
// Points from goe502.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/goe502.dat
goe502_points = [[1000,0],[949.04,18.93],[898.21,35.36],[796.66,66.23],[695.42,90.62],[594.37,111.52],[493.67,125.43],[393.2899,132.86],[293.39,130.82],[194.13,116.3],[144.78,103.31],[95.64,86.33],[71.21,75.1],[46.93,60.87],[22.85,42.65],[11.01,29.56],[0,0],[13.75,-24.81],[26.6,-31.66],[51.89,-37.38],[77.1,-41.61],[102.19,-43.34],[152.16,-42.82],[201.99,-39.3],[301.38,-27.28],[400.72,-14.26],[500.14,-2.74],[599.76,4.79],[699.5,9.82],[799.45,10.87],[899.6,7.93],[949.65,4.39]];
linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe502_points);