Help, I am learning to use Grasshopper, and it has been difficult to get a tutorial, where I can join random points to each other.
I’ve only got examples in curves but it’s not what I need.
Here is an example of what I want:
Help, I am learning to use Grasshopper, and it has been difficult to get a tutorial, where I can join random points to each other.
I’ve only got examples in curves but it’s not what I need.
Here is an example of what I want:
I think you are looking for the topology of the network.
if its something simpler you can use these components to group or find nearest points to connect.
thanks!!
I’ll take a look
Maybe it’s enough to shift the point list and connect it with the list before the shift
You are looking for Delaunay Edges (automatic method) or Proximity2D (more customizable method where you can define max/min search distances and number of neighbors to find.)
thanksss for your time!! i will try this one too
thanks my friend
It seems that this is what I was looking for