Array an object along a surface adjusting to it

Hello, I want to make an array of an object along a surface following a curve. but what I get is what you can see in the picture. I would like for the elements that are in the bend to adapt to the surface. Is there a way to do it automatically or do I have to bend the individual objects?

Thank you!

Hi @Gabriel_Llorens
Take a look at the FlowAlongSrf command.


HTH, Jakob

1 Like

… and check this forum for some similar topics, search for flowAlongSrf

there is also
_bend
command

I did it!

I used a combination of unroll and flow along curve.

Thank you all very much.