mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix bug where extrusion detection on voided profiles was not reliable
This commit is contained in:
@@ -82,6 +82,7 @@ class Usecase:
|
||||
faces = [f for f in bm.faces if self.should_triangulate_face(f)]
|
||||
bmesh.ops.triangulate(bm, faces=faces)
|
||||
bm.to_mesh(mesh)
|
||||
mesh.update()
|
||||
bm.free()
|
||||
del bm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user