Repeating an object along a path
Repeating an object along a path
How can i repeat an object along a path ( arc, circle, ecc)?
-
- Posts: 1100
- Joined: Sat Dec 03, 2011 12:31 pm
- Location: Tours - France
Re: Repeating an object along a path
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.
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.
Eric Pousse
Re: Repeating an object along a path
But if the path is an arc the objects would be rotate. So …
For example different rectangles along an arc
For example different rectangles along an arc
-
- Posts: 1100
- Joined: Sat Dec 03, 2011 12:31 pm
- Location: Tours - France
Re: Repeating an object along a path
I want to place rectangles along an arc
-
- Posts: 1100
- Joined: Sat Dec 03, 2011 12:31 pm
- Location: Tours - France
Re: Repeating an object along a path
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.
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.
Eric Pousse