How to display more than one SIR in wingraf?

Hi,
I created several sections with SIR in Teddy using SECT. The problem is that using SECT it deletes the all SIR sections I made before so that I can only see the last SIR Section in wingraf.
So my question is: How can I make more than one SIR section and also see all of them in wingraf?
Here is an example of how I did it in Teddy using the SECT command:

+PROG SIR URS:9
HEAD Querträger
CTRL SCUT 0
LC 193
GRP 10,11,12,13  etyp quad
SECT NO  sno  XM               YM            ZM     YMIN=-0.250 YMAX=+0.250 ZMIN=-2.000 ZMAX=+2.000 NX=0 NY=1 NZ=0 SX=1   SY=0 SZ=0
      7  507  12.10            -3.20          0.00
END
SECT NO  sno  XM               YM            ZM     YMIN=-0.250 YMAX=+0.250 ZMIN=-2.000 ZMAX=+2.000 NX=0 NY=1 NZ=0 SX=1   SY=0 SZ=0
      8  508  12.10            -2.70          0.00
END
SECT NO  sno  XM               YM            ZM     YMIN=-0.250 YMAX=+0.250 ZMIN=-2.000 ZMAX=+2.000 NX=0 NY=1 NZ=0 SX=1   SY=0 SZ=0
      9  509  12.10            -1.30          0.00
END
SECT NO  sno  XM               YM            ZM     YMIN=-0.250 YMAX=+0.250 ZMIN=-2.000 ZMAX=+2.000 NX=0 NY=1 NZ=0 SX=1   SY=0 SZ=0
     10  510  12.10             0             0.00
END
+apply "$(name).sir"

+PROG SIR URS:10
HEAD Kragarm - Radweg
CTRL SCUT 0
LC 193
GRP 7,8          etyp quad
SECT NO  sno  XM               YM            ZM     YMIN=-0.250 YMAX=+0.250 ZMIN=-2.000 ZMAX=+2.000 NX=0 NY=1 NZ=0 SX=1   SY=0 SZ=0
     11  511  12.10            -3.76          0.00
END
+apply "$(name).sir" 

Hello

As far as I know, a new +prog SIR deletes the last SIR cuts and its results. The reason for this is that the CDB remains consistent and can be used for multiple calculations.

So if you do not want the results to be saved, just use END instead of prog SIR.

If this is not possible, I recommend that the graphic representation (PROG WING) of the respective SIR blocks is always run immediately after the respective “PROG SIR”.

Another possibility would be to work with design elements.

TEDDY > File > Examples > decreator > …

Best regards
Frederik Höller
Your SOFiSTiK Support Team