Minor improvement to roundtripping. Combined with 2.91 booleans, this rocks.

This commit is contained in:
Dion Moult
2020-11-27 22:02:12 +11:00
parent 3ad2d0eaac
commit 78666caa47
@@ -346,6 +346,9 @@ class IfcImporter:
if self.ifc_import_settings.should_import_native:
self.settings.set(self.settings.DISABLE_OPENING_SUBTRACTIONS, True)
self.ifc_import_settings.should_import_opening_elements = True
if self.ifc_import_settings.should_roundtrip_native:
self.settings.set(self.settings.DISABLE_OPENING_SUBTRACTIONS, True)
self.ifc_import_settings.should_import_opening_elements = True
self.settings_2d = ifcopenshell.geom.settings()
self.settings_2d.set(self.settings_2d.INCLUDE_CURVES, True)
self.existing_elements = {}