*ARCHIVED* development moved to aircraft-studio.
stringer number
main.py
@@ -21,7 +21,7 @@
21
21
import time
22
22
start_time = time.time()
23
23
24
Removed:
CHORD_LENGTH = 100
24
Added:
CHORD_LENGTH = 1000
25
25
SEMI_SPAN = 200
26
26
27
27
POP_SIZE = 1
@@ -50,7 +50,7 @@
50
50
# Create stringer instance
51
51
af.stringer = creator.Stringer()
52
52
# Define the stringer coordinates from their amount
53
Removed:
af.stringer.add(af.coord, af.spar.coord, 10, 7, 5, 6)
53
Added:
af.stringer.add(af.coord, af.spar.coord, 4, 7, 5, 6)
54
54
# Print coordinates of af.stringer to terminal
55
55
af.stringer.print_coord(2)
56
56