BHoM / ETABS_Toolkit

Tools for ETABS and CSI Software
GNU Lesser General Public License v3.0
19 stars 9 forks source link

Command "ClearResults" does not unlock model #350

Closed JosefTaylor closed 1 year ago

JosefTaylor commented 4 years ago

Description:

Currently the command ClearResults deletes the results successfully, but the model remains locked. This is a condition which generally never occurs in normal use, so would be confusing to the user. Automated workflows would also fail to make changes, unless another command unlocks the model.

Steps to reproduce:

Expected behaviour:

When ClearResults is executed, it should also unlock the model.

Test file(s):

junjieim commented 1 year ago

Hi guys. Any update for this issue?

FraserGreenroyd commented 1 year ago

Hi @junjieim there isn't currently any plans in the backlog on tackling this issue, but I'll reach out to @peterjamesnugent and see if we can put it on the radar soon if it's causing a larger issue than @JosefTaylor describes?

junjieim commented 1 year ago

Not a bug issue. But have to jump out of the grasshopper interface to click the unlock button in Etabs.

I simplily searched the DeleteResults and found it is different code between etabs and sap2000. Hope it should help. image

Thank you.