mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +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("apply-default-materials", False)
|
||||||
settings.set("keep-bounding-boxes", True)
|
settings.set("keep-bounding-boxes", True)
|
||||||
settings.set("layerset-first", 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)
|
# settings.set("triangulation-type", ifcopenshell.ifcopenshell_wrapper.POLYHEDRON_WITHOUT_HOLES)
|
||||||
if is_gross:
|
if is_gross:
|
||||||
settings.set("disable-opening-subtractions", True)
|
settings.set("disable-opening-subtractions", True)
|
||||||
|
|||||||
Reference in New Issue
Block a user