|
|
|
|
Re: Overlapping edges with straight edges in Layered Algorithm [message #1817474 is a reply to message #1817287] |
Fri, 22 November 2019 16:39  |
Eclipse User |
|
|
|
Kevin King Agatep wrote on Wed, 20 November 2019 01:45I only used the node coordinates and ignored the edge coordinates after the algorithm layouts it.
A colleague made me aware of the fact that I overlooked this part of your original post. The layout computed by the layout algorithm is almost certainly correct, but it decided to route the edge (Start -> Finish) around the Confirm node by introducing bend points. Since you don't apply the bend points, the edge simply crosses the Confirm node.
Bottom line: You cannot expect the layout to be correct if you throw away half of it. ;)
There is no way to configure the layout algorithm to produce node placements that guarantee that direct connections won't cause crossings. That it works for you with spline routing is probably just by chance.
|
|
|
Powered by
FUDForum. Page generated in 0.04660 seconds