On 09/06/2022 14:53, Brandon Litherland wrote:
> Fabien,
>
> Sorry about the Control Surface bug. I found and fixed it but that hasn't
> been pushed to 3.28 yet. You should be able to get version 3.27 to add CS.
I'm a bit puzzled. Debugging v3.28, I noticed that there was no instruction
if ( type == vsp::SS_LINE_ARRAY) in SubSurface* Geom::AddSubSurf( int type, int surfindex ) of Geom.cpp
I checked out the tags OpenVSP_3.27.0 and OpenVSP_3.27.1-176-ge9bbe6b8 with the same result.
Which release are you using ?
> The trick out at the tip is that you're looking at a 5-sided polygon rather
> than a 'rectangle' per se.
I know. I was just focusing on the elevator part of the elevon to start.
> matter if there is a section split there. You'll run into issues if you
> use Blending to create that curved tip. Because the mapped UW surface is
> bent using Blending, the interpolation between a 'straight' edge at the TE
> and a 'curved' edge at the LE will cause a deflection at the section
> break. You can get around this a bit by approximating the curve using
> multiple splits but you'll have to tweak the CS parameters to get something
> with a straight CS LE.
I'll try that when I can.
Thanks for your support,
Fabien