I got a surprise when I created this:
And got this:
The results change a lot with minor changes to Polygon’s sliders. But they never do what I expected, which is cones spaced out along the polygon’s shape.
Surprise.gh (5.1 KB)
I got a surprise when I created this:
And got this:
The results change a lot with minor changes to Polygon’s sliders. But they never do what I expected, which is cones spaced out along the polygon’s shape.
Surprise.gh (5.1 KB)
Your initial cone doesn’t lie on the curve, so it is getting arrayed with the same relative position to the oriented segments of the polyline.
I’m guessing this is the result you were after:
That’s not surprising. It’s doing what it is supposed to do. Do you want an explanation, or just to have it work? The latter simply requires you to to move the geometry by its base centerpoint to the curve start.
Aha! I thought there would be a simple fix for this, but I didn’t know what it would involve. Thanks for making it clear.