#2053. Potentially fix geometry issues with importing small objects.

This commit is contained in:
Dion Moult
2022-03-16 09:09:43 +11:00
parent 74e18a56ce
commit 983a1530b8
@@ -163,6 +163,7 @@ class IfcImporter:
self.settings = ifcopenshell.geom.settings()
self.settings.set_deflection_tolerance(self.ifc_import_settings.deflection_tolerance)
self.settings.set_angular_tolerance(self.ifc_import_settings.angular_tolerance)
self.settings.set(self.settings.STRICT_TOLERANCE, True)
self.settings_native = ifcopenshell.geom.settings()
self.settings_native.set(self.settings_native.INCLUDE_CURVES, True)
self.settings_2d = ifcopenshell.geom.settings()