From d9b627d06abe7f3d53aa3aebfecd9e392b3e276e Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 23 Jun 2019 12:24:23 -0700 Subject: Airfoil docstring --- creator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/creator.py b/creator.py index 533f35e..6dd3c1c 100644 --- a/creator.py +++ b/creator.py @@ -112,8 +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 loop 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 + to 3D CAD packages like SolidWorks, which can import such geometry as coordinates written in a CSV file. ''' -- cgit v1.2.3