Hello friends
How can I categorize lines based on sorted size?
select pipe.gh (25.9 KB)
Hello friends
How can I categorize lines based on sorted size?
select pipe.gh (25.9 KB)
βAβ output of your sort component is the circle diameter?
Hereβs how you can put the curves in βBβ into lists based on a sorted set of keys from βKβ output
select pipe.gh (39.1 KB)
Hi @martinsiegrist
thanks
I want the lines to be separated automatically by size
And be on a separate list.
Your 351 curves all have different length. You could round the length with one digit after the decimal point, which would result in 10 lists.
select pipe.gh (45.2 KB)