summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <blendoit@gmail.com>2019-06-23 12:21:32 -0700
committerMarius Peter <blendoit@gmail.com>2019-06-23 12:21:32 -0700
commit70116a396caa2ae02b857f751a4df31886592795 (patch)
tree47add9bdf8a500ecf1dac5aff0a81fd97c1ba125
parent3ce3509ea818c289d45de8264068791de91a1b99 (diff)
Airfoil docstring
-rw-r--r--creator.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/creator.py b/creator.py
index 3749bf7..d378c35 100644
--- a/creator.py
+++ b/creator.py
@@ -112,6 +112,9 @@ class Airfoil(Coordinates):
for the x- and z-coordinates. The coordinates start at
the leading edge, travel over the airfoil's upper edge,
then loops back to the leading edge via the lower edge.
+ This method was chosen for easier future exports
+ to 3D CAD packages like SolidWorks, which can import
+ geometry as coordinates written in a CSV file.
'''
def __init__(self):
Copyright 2019--2024 Marius PETER