mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Workaround for speed regression in advanced brep models. See #5999.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user