Re: maybe a bug

2019-05-10 Thread Vahid Bashiri via dia-list
In the same simple case, if three (or n) zigzags connected to the same connection point when you run the loop at line 723, because it modifies the connected_list 3 times at lines 736,740,744 for each zigzag, eventually the second (or (n-1)th) zigzag get skipped and again, (like the previous case) y

Re: maybe a bug

2019-05-10 Thread Zander Brown
On Thu, 2019-05-09 at 22:28 +0430, Vahid Bashiri via dia-list wrote: > consider following simple case > > > where an object connected to a zigzagline at one end and the other > end is free. The zigzagline has two handles at each end, you can > connect to, let say handle[0] and handle[1]. > If ha