IfcOpeningElements now show up as wireframe for convenience by default

This commit is contained in:
Dion Moult
2020-11-27 22:01:15 +11:00
parent 259d467164
commit 7ad35249b8
@@ -970,6 +970,9 @@ class IfcImporter:
self.add_product_definitions(element, obj)
self.add_product_representation_contexts(element, obj)
self.added_data[element.GlobalId] = obj
if element.is_a("IfcOpeningElement"):
obj.display_type = "WIRE"
return obj
def add_element_representation_items(self, element, obj):