for instance
if i have a bunch of pionts, say "4", i want the connection of them without getting connections within the same 2 points.
the answer should be (4X3) / (1X2).
but with the built-in Line function, grasshopper connects point 1 among the 4 to the rest 3 and then go on connecting point to the rest 3 and so on till the end.
therefor i will get 16 connections(althought there will be 4 invalid lines)
how do i get all the connections between the 4 points with only 1 connection between the same 2 points??
You need to be a member of Grasshopper to add comments!