Workaround for speed regression in advanced brep models. See #5999.

This commit is contained in:
Dion Moult
2025-01-24 09:47:17 +11:00
parent fa174feaae
commit 03bd34d98c
+2
View File
@@ -656,6 +656,8 @@ class Loader(bonsai.core.tool.Loader):
settings.set("apply-default-materials", False)
settings.set("keep-bounding-boxes", True)
settings.set("layerset-first", True)
# Wire intersection checks is prohibitively slow on advanced breps. See bug #5999.
settings.set("no-wire-intersection-check", True)
# settings.set("triangulation-type", ifcopenshell.ifcopenshell_wrapper.POLYHEDRON_WITHOUT_HOLES)
if is_gross:
settings.set("disable-opening-subtractions", True)