mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix #5932
This commit is contained in:
@@ -206,7 +206,7 @@ class Raycast(bonsai.core.tool.Raycast):
|
||||
|
||||
bm.free()
|
||||
snapping_points = []
|
||||
sorted_points = sorted(points)
|
||||
sorted_points = sorted(points, key=lambda x : x[0])
|
||||
for p in sorted_points:
|
||||
point = copy.deepcopy(p)
|
||||
snapping_points.append(point[1])
|
||||
|
||||
Reference in New Issue
Block a user