From 2504b0dca805c349feed3716390177af69af6b80 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 7 Jun 2019 11:27:23 -0700 Subject: class Coordinates docstring --- creator.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/creator.py b/creator.py index 9a0eadd..645ed9b 100644 --- a/creator.py +++ b/creator.py @@ -31,8 +31,17 @@ global parent class Coordinates: """ - All classes need coordinates relative to the chord & semi-span. - So, they all inherit from this class. + All airfoil components need the following: + + Parameters: + * Component material + * Coordinates relative to the chord & semi-span. + + Methods: + * Print component coordinates + * Save component coordinates to file specified in main.py + + So, all component classes inherit from class Coordinates. """ def __init__(self, chord, semi_span): -- cgit v1.2.3