You can now modify IFC classes using IFC CSV

This commit is contained in:
Dion Moult
2020-09-15 14:58:17 +10:00
parent d4a629cbe8
commit 85d77798c3
2 changed files with 32 additions and 20 deletions
@@ -215,6 +215,8 @@ class Selector():
and key.split('.')[0] == 'type':
try:
element = ifcopenshell.util.element.get_type(element)
if not element:
return None
except:
return
key = '.'.join(key.split('.')[1:])