GH cull the wrong segment

So i tried to cull the 3rd Segment of and exploded hexagon but idk why it cull the wrong segment every 7th hexagon.


Could you post the grasshopper file, with the central curve as internalized data?

GH is culling the right 5th segment for each and all of your exagons :slight_smile:

when you create a Plane using just Plane Normal, you don’t define any direction for the X/Y axis, so you just end up with a plane identified by a point and its Z axis:

in order to align all the planes in such a way you can rotate the geometries within the same -rotated- reference system, you might want to use Align Plane (to a vector, in this case Z vector)

which results into:

2 Likes

You can try to create array of one polygon