How do I create 6 of the rectangles and place them equidistant on the arc with each being perpendicular to the arc. Like the red lines I drew manually.
I am also interested to know how to do this. Reading your post, I just spent about 40 minutes trying to come up with a way to matrix copy along a path in some way or another. But I failed.
I did however manage to do it (but on the wrong plane)!
I was able to follow your steps and get it to work with an arc. However, I cannot get it to work if the path is a square.
Here is what I did:
I drew a square and converted it to a path.
I set the start of the path to the left bottom corner
I drew a small rectangle and placed it centred on the bottom left corner of the large square.
I selected first the small rectangle, then the square and selected copy along path
I chose 6 copies
The 6 small rectangles were not on the large square
This is the bit that doesnât work - I donât think the system uses the start point of the shape, it uses the first node in the shape, and those arenât the same. The âStart Pointâ is just a marker for the cut planner to know where to start. Iâll make changes to the code to make the Copy Along Path use this too, but for now you have to put the shape at the first node. In my case, thatâs the upper-right corner.