mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix #2123. Bug where mesh to extrusion conversion didn't work for thin extrusions.
This commit is contained in:
@@ -481,7 +481,7 @@ class Helper:
|
||||
unshared_vert.co, profile_face.verts[0].co, profile_face.normal
|
||||
)
|
||||
)
|
||||
> 0.001
|
||||
> 1e-6
|
||||
):
|
||||
if unshared_vert == edge.verts[1]:
|
||||
return [edge.verts[0].index, edge.verts[1].index]
|
||||
|
||||
Reference in New Issue
Block a user