Implement new ICOM-based UI for managing process inputs, outputs, and resources

This commit is contained in:
Dion Moult
2021-08-24 18:08:06 +10:00
parent a2a04cb341
commit 1187ad5fea
9 changed files with 318 additions and 146 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"] or "Unammed",
name=self.settings["name"] or "Unnamed",
)
# 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