Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler committed Mar 27, 2021
1 parent 4f38e01 commit 57ff8d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Bowerbird/Curvature/Pathfinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ public static List<Pathfinder> Create(Path path, BrepFace face, Vector2d uv, boo
if (points.Count == 1)
AddTask(tasks, adjacentFace, boundary.AdjacentUV, endLocation, -endDirection);

// closed loop
if (breakpoints[0].DistanceTo(endLocation) < loopTolerance)
return new List<Pathfinder> { new Pathfinder(face, parameters, points)};

breakpoints.Add(endLocation);
}

Expand Down

0 comments on commit 57ff8d1

Please sign in to comment.