mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
You can now filter elements in IfcClash with either inclusion or exclusion IFC selectors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user