[Bug report] Section Variables from ReadSectionCDB doesn't work

I defined a cross section in Teddy, and then generated the CDB file.
The section height ‘H’ is a TVAR. It works well in Teddy.

H=1m

H=2m

I imported the CDB file into Grasshopper by ReadSectionCDB, and it recognized all the section variables including ‘H’. But when I change the H value, the section height does’t change at all.
H=1m

H=2m

Hello,

Have you seen the example Balanced Cantilever Bridge?
If you modify the variable #H of the cross-section 1, the newly generated cross-section is correct.

As you see, the command “ReadSectionCDB” should be working.
Perhaps you have a mistake within the cross-section definition?

Best regards
Frederik Höller
Your SOFiSTiK Support Team

The example Balanced Cantilever Bridge works.

Then I tried another official example:
C:\Program Files\SOFiSTiK\2020\SOFiSTiK 2020\aqua.dat\english\aqua33_bridge.dat
The teddy works fine and can create variable cross section.

But when I import the CDB into GH, it gives me weird section

The modified Teddy dat is attached, non-Aqua data were deleted.
aqua33_m.dat (1.7 KB)

Here I made another corss section, the cross section height DOES changed with H.

H=1.5m

H=3.0m

But cross section height does NOT changed with axis variable H.