mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Remove duplicate line
This commit is contained in:
@@ -159,7 +159,6 @@ class Raycast(bonsai.core.tool.Raycast):
|
|||||||
if obj and obj.type == "EMPTY":
|
if obj and obj.type == "EMPTY":
|
||||||
v = obj.location
|
v = obj.location
|
||||||
intersection = tool.Cad.point_on_edge(v, (ray_target, loc))
|
intersection = tool.Cad.point_on_edge(v, (ray_target, loc))
|
||||||
intersection = tool.Cad.point_on_edge(v, (ray_target, loc))
|
|
||||||
distance = (v - intersection).length
|
distance = (v - intersection).length
|
||||||
if distance < snap_threshold:
|
if distance < snap_threshold:
|
||||||
snap_point = {
|
snap_point = {
|
||||||
|
|||||||
Reference in New Issue
Block a user