Connecting points problem

column.gh (14.5 KB)

I am practicing avoiding relative item, so when I try to make diagonal lines, some extra slanted vertical lines form which I cant get rid of , anybody know what is happening?

you can use the Relative Item component and specific {path offset} [item offset]


column_Re.gh (16.3 KB)

yes, but im trying to not use relative item because of sorting problem

can anyone tell , even if I can make diagonal lines with relative, how do I sort them ?

In the file @inno posted above, the lines are grouped in branches by X-positions and then sorted by Y-positions.

What is your desired result?

-Kevin

This

Have a look at this:

column_re_kr.gh (9.1 KB)

-Kevin

1 Like

thanks, that will do

Added options to sort by X, Y or Y, X and ascending or descending:

column_re_kr-02.gh (12.8 KB)

-Kevin