Update to IfcResources panel and authoring subtypes of IfcConstructionResource with ifcopenshell.api

This commit is contained in:
bosonprojets
2021-04-24 23:34:38 +00:00
parent 9584687fcf
commit 6107c39c1c
12 changed files with 170 additions and 39 deletions
@@ -19,5 +19,4 @@ class Data:
for rel in resource.IsNestedBy:
[data["RelatedObjects"].append(o.id()) for o in rel.RelatedObjects if o.is_a("IfcCrewResource") or o.is_a("IfcsubcontractResource")]
cls.resources[resource.id()] = data
cls.is_loaded=True