Page 1 of 1

Repeating an object along a path

Posted: Sat Mar 05, 2022 6:07 am
by Angelos
How can i repeat an object along a path ( arc, circle, ecc)?

Re: Repeating an object along a path

Posted: Sat Mar 05, 2022 10:23 am
by Eric Pousse
Bonjour Angelos,

If you want to have X times the object along a path, you can divide the path by (X-1) to have the points where to put the objects.
For some kinds of path (spline, Bézier) you have to convert them to polygon before divide.
If you want to have the objects each X meters or pixels or other, I don't know.

Cordialement.

Re: Repeating an object along a path

Posted: Sat Mar 05, 2022 10:31 am
by Angelos
But if the path is an arc the objects would be rotate. So …

For example different rectangles along an arc

Re: Repeating an object along a path

Posted: Sat Mar 05, 2022 12:40 pm
by Eric Pousse
What exactly do you want to do?

Re: Repeating an object along a path

Posted: Sat Mar 05, 2022 12:51 pm
by Angelos
I want to place rectangles along an arc

Re: Repeating an object along a path

Posted: Sun Mar 06, 2022 7:03 am
by Angelos
?

Re: Repeating an object along a path

Posted: Sun Mar 06, 2022 7:57 pm
by Eric Pousse
Sorry Angelos, I was outside home and office.
Sometimes it is good!

I think you have to do this manually.
Divide the arc to have the number you want
Put rectangles on each points
Rotate them

Cordialement.