mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
decrease the co-planer tolerance a little more.
This commit is contained in:
@@ -1747,7 +1747,7 @@ class CreateDrawing(bpy.types.Operator):
|
||||
adjacency_cache[key] = True
|
||||
return True
|
||||
dot = abs(n_a.dot(n_b))
|
||||
if dot <= 1.0 - 1e-3:
|
||||
if dot <= 1.0 - 3.8e-5:
|
||||
adjacency_cache[key] = False
|
||||
return False
|
||||
# Normals are parallel — also verify the elements share a face plane.
|
||||
|
||||
Reference in New Issue
Block a user