Shapes in a curve

Hello,
I want to dispatch a list of shapes based on their pattern on being in a curve. I used scaling method for checking the places of their vertexes inside the curve. Please help me solve its result.shapes in a curve.gh (9.3 KB)

Like this?


shapes in a curve_re.gh (15.9 KB)

Yeah, that works for me.

Thank you

But how about my own solution? how can I correct that to work?

Check this as well.


shapes in a curve_reV2.gh (12.8 KB)

And this also…


shapes in a curve_reV3.gh (9.5 KB)

1 Like

This is what I wanted. Thank you so much.

You can also use collision many/many
shapes in a curve.gh (4.2 KB)

Right, that’s also a good solution. Thanks.