mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
refactor structural module - wip - structural analysis models #1848
This commit is contained in:
@@ -8,3 +8,4 @@ class Usecase:
|
||||
def execute(self):
|
||||
for name, value in self.settings["attributes"].items():
|
||||
setattr(self.settings["structural_analysis_model"], name, value)
|
||||
return self.settings["structural_analysis_model"]
|
||||
|
||||
Reference in New Issue
Block a user