Feature to enable assigning Construction Resources to Tasks

This commit is contained in:
bosonprojets
2021-08-09 03:13:26 +01:00
parent a83952cec2
commit 6899f9fa8f
6 changed files with 125 additions and 4 deletions
@@ -19,7 +19,7 @@ class Usecase:
self.file,
ifc_class=self.settings["ifc_class"],
predefined_type=self.settings["predefined_type"],
name=self.settings["name"],
name=self.settings["name"] or "Unammed",
)
# TODO: this is an ambiguity by buildingSMART: Can we nest an IfcCrewResource under an IfcCrewResource ?
# https://forums.buildingsmart.org/t/what-are-allowed-to-be-root-level-construction-resources/3550