You can now add structural connections to members

This commit is contained in:
Dion Moult
2021-04-01 11:09:44 +11:00
parent 1820f72bc4
commit e7c6f28312
6 changed files with 42 additions and 9 deletions
@@ -49,7 +49,7 @@ class Data:
has_results.append(result_group.id())
data["HasResults"] = has_results
data["SharedPlacement"] = model.SharedPlacement.id()
data["SharedPlacement"] = model.SharedPlacement.id() if model.SharedPlacement else None
cls.structural_analysis_models[model.id()] = data