Hello everyone,
I am trying to generate a BWB through the Python API!
With the attached code, I have managed to construct the wing geometry which is split into 4 sections (5 airfoils). The issue I am facing is when I try to blend the wing sections, in a similar manner presented in this
video.
Xsec_0:
I want to set the Leading Edge --> Outboard --> Match to "ANGLES" and then reference the following parm values listed below. I Want to do the same thing with the Trailing Edge --> Outboard --> Match setting.
XSec_1:
Regarding the second section, I want to use the settings listed in the picture below. And so on with the rest of the wing sections.
As you can also see from the provided code I tried to change the parm value with the vsp.SetParmValUpdate() to the values stated in the boxes above but this does not seem to work because the mode that is defined by Match is not switched to "ANGLES".
How can I change this match Parm value?
The final result I am trying to achieve is depicted below: