How can I extract every 3 points in my list

Hello everyone, I have a list of 9 points and I want to extract every 3 points that could be possible from this list. Could anyone help me with how I can produce these 3 points?

Hello,

I’m not exactly sure what you mean by “every 3 points that could be possible”, but if you’re looking for a way to extract every third point, this can be done like so:

Thanks for providing a reference file by the way!

1 Like

combinations.gh (9.0 KB)

permutations.gh (10.8 KB)

1 Like

Thank you very much, permuatation is exactly what I want.

Thanks a lot for your help, apparently I could not express my question right. It was solved by @Gijs

You can also use python

point comb.gh (6.2 KB)

1 Like

Good example of the use of Cross Reference, which you usually only see applied to 2 inputs.

2 Likes