mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Implement load management and assigning activities with named loads. Thanks Jesusbill!
This commit is contained in:
@@ -21,8 +21,7 @@ class Usecase:
|
||||
ifc_class=self.settings["ifc_class"],
|
||||
predefined_type=self.settings["predefined_type"],
|
||||
)
|
||||
# TODO
|
||||
# activity.AppliedLoad = self.settings["applied_load"]
|
||||
activity.AppliedLoad = self.settings["applied_load"]
|
||||
activity.GlobalOrLocal = self.settings["global_or_local"]
|
||||
|
||||
rel = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcRelConnectsStructuralActivity")
|
||||
|
||||
Reference in New Issue
Block a user