mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
This commit is contained in:
@@ -168,6 +168,7 @@ class IfcImporter:
|
|||||||
self.settings_native.set(self.settings_native.INCLUDE_CURVES, True)
|
self.settings_native.set(self.settings_native.INCLUDE_CURVES, True)
|
||||||
self.settings_2d = ifcopenshell.geom.settings()
|
self.settings_2d = ifcopenshell.geom.settings()
|
||||||
self.settings_2d.set(self.settings_2d.INCLUDE_CURVES, True)
|
self.settings_2d.set(self.settings_2d.INCLUDE_CURVES, True)
|
||||||
|
self.settings_2d.set(self.settings.STRICT_TOLERANCE, True)
|
||||||
self.project = None
|
self.project = None
|
||||||
self.collections = {}
|
self.collections = {}
|
||||||
self.elements = set()
|
self.elements = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user