I have not found this case in forum.
I have spatial point dataset from which I want make lines depends on some break attribute. I aggregated points based on this break value, and I received for example 3 set of points. From each of this set I want get Line.
When I use LineBuilder, I get wrong result - each point connect which each point.
I want situation when second point connect first, third connect second etc. ...
For example by order of incoming points (remembering about break attribute).