*ARCHIVED* development moved to aircraft-studio.
Airfoil docstring
creator.py
@@ -112,6 +112,9 @@
112
112
for the x- and z-coordinates. The coordinates start at
113
113
the leading edge, travel over the airfoil's upper edge,
114
114
then loops back to the leading edge via the lower edge.
115
Added:
This method was chosen for easier future exports
116
Added:
to 3D CAD packages like SolidWorks, which can import
117
Added:
geometry as coordinates written in a CSV file.
115
118
'''
116
119
117
120
def __init__(self):