Greetings, all
I am trying to code a Python script to find the largest and lightest possible I-beam to fit inside an airfoil, given a minimum Ixx requirement.
My method currently involves trying to fit the largest possible rectangle with all 4 vertices close to the airfoil coordinates within a...