Different point numbering of hexagonal pattern

Hello, trying to develop pattern and came into strange point where don’t know how to go further and fix issue. Just learning and just few months in to grasshopper. The problem is that some points of pattern connects in wrong order, other not. Maybe someone could explain how to fix that?
Thank you in advance :slightly_smiling_face:


Albahr_tube.gh (53.7 KB)

this List Item is connected to the Indices output instead of the Points output, so it makes all the Line components it’s connected to fail

apart from that, are you following any tutorial for this?

1 Like

Sorry, somehow I added old file, moved forward, after that. This is new file. Tutorial with this patterns is: https://www.youtube.com/watch?v=N2aR-om064w&t=304s&ab_channel=ParaStormlab after that I mixed with few other projects I have done.
Albahr_tube.gh (38.7 KB)

Maybe someone at least can recommend into what to look? And what to search? This is second time I run into situation where grasshopper does not connect surface correctly at random points. Really lost.

Your code is unnecessarily complex.

Purple groups are duplicate code (exact same inputs). Circle components in green groups are also duplicates.

This isn’t necessary for what you’re trying to accomplish.

Easier to replace your code than trying to debug it.

First white group replaces your code. Second white group flips surfaces that are facing inward.

Albahr_tube_re.gh (25.4 KB)

-Kevin

2 Likes

As I said just learning, so don’t know many things and just trying to understand. Thank you very much for help, really appreciate! :heart:

1 Like