You can now filter elements in IfcClash with either inclusion or exclusion IFC selectors

This commit is contained in:
Dion Moult
2020-05-17 19:32:04 +10:00
parent c7e3dba8c4
commit 6193a18734
2 changed files with 63 additions and 11 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ class IfcAttributeExtractor():
return getattr(prop, prop.is_a()[len('IfcQuantity'):] + 'Value')
@staticmethod
def set_qto_property(qto, name, avlue):
def set_qto_property(qto, name, value):
for prop in qto.Quantities:
if prop.Name != name:
continue