mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Revert "Fix #4130. Skip invalid topology."
This reverts commit bb598d848a.
This commit is contained in:
@@ -157,7 +157,6 @@ class Drawer:
|
||||
self.serialiser.setWithoutStoreys(True)
|
||||
self.serialiser.setPolygonal(True)
|
||||
self.serialiser.setUseHlrPoly(True)
|
||||
self.serialiser.setOnlyValid(True)
|
||||
# Objects with more than these edges are rendered as wireframe instead of HLR for optimisation
|
||||
self.serialiser.setProfileThreshold(10000)
|
||||
self.serialiser.setUseNamespace(True)
|
||||
|
||||
Reference in New Issue
Block a user