mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Update to IfcResources panel and authoring subtypes of IfcConstructionResource with ifcopenshell.api
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user