Update dimensions.py
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
import math as maths
|
||||||
|
|
||||||
thickness = int(input("How thick is your wood in millimetres? "))
|
thickness = int(input("How thick is your wood in millimetres? "))
|
||||||
overhang = int(input("How much do you want the top plank to overhang in millimetres? "))
|
overhang = int(input("How much do you want the top plank to overhang in millimetres? "))
|
||||||
|
|
||||||
@@ -12,23 +14,21 @@ birdbo2 = 150
|
|||||||
birdto1 = 150+20+(thickness*3)
|
birdto1 = 150+20+(thickness*3)
|
||||||
birdto2 = 150
|
birdto2 = 150
|
||||||
|
|
||||||
|
#work out side dimensions
|
||||||
|
si1 = 440
|
||||||
|
si2 = 150+20+(thickness*3)
|
||||||
|
|
||||||
#work out main dimenstions
|
#work out main dimensions
|
||||||
fr1 = 222+thickness
|
fr1 = 222+thickness
|
||||||
fr2 = 150
|
fr2 = 150
|
||||||
ba1 = 538+thickness
|
ba1 = 538+thickness
|
||||||
ba2 = 150+(2*thickness)
|
ba2 = 150+(2*thickness)
|
||||||
bo1 = 150+20+(2*thickness)
|
bo1 = 150+20+(2*thickness)
|
||||||
bo2 = 150
|
bo2 = 150
|
||||||
to1 = 150+(2*thickness)
|
to1 = round(maths.sqrt(2*(si2*si2)), 0)+overhang
|
||||||
to2 = 150+20+(thickness*4)
|
to2 = 150+20+(thickness*4)
|
||||||
|
|
||||||
|
|
||||||
#work out side dimensions
|
|
||||||
si1 = 440
|
|
||||||
si2 = 150+20+(thickness*3)
|
|
||||||
|
|
||||||
|
|
||||||
print("\nBIRD SECTION\n")
|
print("\nBIRD SECTION\n")
|
||||||
print("Front = ", birdfr1, " X ", birdfr2)
|
print("Front = ", birdfr1, " X ", birdfr2)
|
||||||
print("Back = ", birdba1, " X ", birdba2)
|
print("Back = ", birdba1, " X ", birdba2)
|
||||||
|
|||||||
Reference in New Issue
Block a user