mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
You can now add structural connections to members
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user