This commit is contained in:
Andrej
2025-06-09 09:55:29 +05:00
parent 5ba82d7764
commit 97ece7c20b
@@ -157,7 +157,7 @@ class Usecase:
count = 0
for rel in self.settings["cost_item"].Controls:
for obj in rel.RelatedObjects:
#Only increment if not a resource
# Only increment if not a resource
if not obj.is_a("IfcConstructionResource"):
count +=1
count += 1
quantity[3] = count