Fix errors loading bounding box representations #4832

This commit is contained in:
Andrej730
2024-07-03 15:57:01 +05:00
parent 5a0df870f5
commit 33785620d5
5 changed files with 6 additions and 0 deletions
@@ -16,6 +16,7 @@ class BlenderImporter:
self.created_guids = set()
self.settings = ifcopenshell.geom.settings()
self.settings.set("keep-bounding-boxes", True)
self.settings.set("mesher-linear-deflection", self.deflection_tolerance)
self.settings.set("mesher-angular-deflection", self.angular_tolerance)
self.settings_2d = ifcopenshell.geom.settings()