HELP- How to connect random points each other with lines

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.

1 Like

thanks!!
I’ll take a look

Maybe it’s enough to shift the point list and connect it with the list before the shift

1 Like

This plugin has network topology as well.

1 Like

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.)


connect.gh (5.9 KB)

2 Likes

thanksss for your time!! i will try this one too

thanks my friend :call_me_hand::call_me_hand:

It seems that this is what I was looking for