idea-statica / ideastatica-public

MIT License
24 stars 8 forks source link

[BUG] client.calculate returns ConnectionResultsData only for one loadcase, not for all #621

Open ZTThomasOberthanner opened 1 month ago

ZTThomasOberthanner commented 1 month ago

Describe the bug If you have multiple loadcases, the results are not returned client.Calculate(con.Identifier) returns results only for one loadcase (first one?)

Expected behavior Result object shall have information for all loadcases

Screenshots Two loadcases in the model

image

the result contains 16 entries for 16 bolts, but only for loadcaseId=0

image

Desktop (please complete the following information):

nathanlukeIDEA commented 1 month ago

Hi @ZTThomasOberthanner, I believe it outputs results for the extreme load case. You cannot currently get results for individual load cases.

ZTThomasOberthanner commented 4 weeks ago

please consider adding all loadcases. shoud be fairly easy, because the LoadCaseID is already there for all entries, so it easy to distinguish...

nathanlukeIDEA commented 3 weeks ago

HI @ZTThomasOberthanner, yes we are considering improving this. I will change this from a bug to possible improvement. Thanks for all your suggestions.