Delete all design cases in Sofistik

Simple question. How do I delete all calculated design cases, so I dont need to export model from sofiplus to ssd again to delete them that way?

Thanks Tomaz

Hello Tomaz

You can delete a specific loadcase with a new sofiload calculation and the command:

LC NO 1 TYPE DEL

If you want to delete all loadcases, you have to include all loadcases to the command.

LC NO (8000 8010 1) TYPE DEL $Deletes all of the loadcases between 8000 and 8010

Mit freundlichen Grüßen
Frederik Höller
Ihr SOFiSTiK Support Team

Hi,

I think you misunderstood me. I want to delete design cases I calculated with aqb or bemess. Not maxima or ase loadcases.

Thanks.

Ah I’m sorry. :wink:

In BEMESS this is possible with the command:

CTRL RMOD DELE LCR 1,2

Hello Frederik,
continuing the above topic, I have 2 questions - how to delete (using Teddy or from SSD)

  • design reinforcement cases LCR from AQB
  • design combinations created by AQB and saved as LCST

Regards

Hello

You can delete the design results with the help of the modul SOFiLOAD.

+prog sofiload
!*!Label delete LCR 5
lc 5 TYPE DEL
end

Please note, however, that you also delete the load cases with the same number (here 5).

Best regards
Frederik Höller
Your SOFiSTiK Support Team