Fix #2147 #2143 Fix hanging when reloading a cache of a file with 2D and 3D data

This commit is contained in:
Dion Moult
2022-05-05 09:58:10 +10:00
parent de1dae8b6e
commit 4e2400952a
@@ -168,6 +168,7 @@ class IfcImporter:
self.settings_native.set(self.settings_native.INCLUDE_CURVES, True)
self.settings_2d = ifcopenshell.geom.settings()
self.settings_2d.set(self.settings_2d.INCLUDE_CURVES, True)
self.settings_2d.set(self.settings.STRICT_TOLERANCE, True)
self.project = None
self.collections = {}
self.elements = set()