Hi,
I am trying to split a list according to some limit values, like this:
so “group” all values in the same range. I tried different ways but they became rather complex, slow and didn’t work
splitList.gh (9.1 KB)
Many thanks!
Hi,
I am trying to split a list according to some limit values, like this:
so “group” all values in the same range. I tried different ways but they became rather complex, slow and didn’t work
splitList.gh (9.1 KB)
Many thanks!
Hi
Here’s two ways you can do it. First one is a bit tougher, but could prove to be faster. You need pufferfish and impala for it.
splitList_edit.gh (22.4 KB)
Thank you very much!
treefrog/human is also required
Here are two alternate approaches, without using plugins. One of the methods uses Python.
splitList_V2.gh (14.6 KB)