Group values in branches with tolerance

Hi all,

Hello everyone,

I am trying to group values into branches with a tolerance, however the group points component is not giving the expected results.

Maybe I’m not understanding how this component works?

Thank you in advance.

Point Groups.gh (8.2 KB)

Point Groups component will create “chain”-like points sequences.


A sequence of 0.99 apart points is made into a single group with D=1 …
You probably want to use Cull Duplicates component.


see this example


group points by distance.gh (11.4 KB)

Ooh!! I see, I was misunderstanding how the component works.

Thank you very much for the help and for the alternative solution.