Thanks Andy, appreciate your reply.
In visualise I do have a a couple of arrangement tools but quite limited. I have a Array and Atom Array. Array is excellent but limited in that it can only array on a circle, and not a straight line. If I could only create a straight line it would solve most of my problems. See tools attached.
I’ve been using the Duplicate tool ( Tools > Arrange Objects > Duplicate) which works ok but I find it annoying that I can’t tweak parameters after the event. It creates a bunch of hard copies while Array does it programmatically, allowing me to add or remove copies after it has been applied. Does seem a shame there’s nothing in visualise to array on a spline or at least a straight line.
I had wondered if I could use Particle Emitter or Array to create the instance copies programmatically and then use Xpresso to manipulate their position. Not sure if that’s possible yet.
See second image attached, I’ve got an idea of the process: user data defines how many copies of the object. Link it to the radial array and create these copies. Iterate through the objects and redefine their position according to a formula.
But a lot of ??? involved – is it possible to iterate through objects that aren’t objects (Array objects don’t appear in the hierachy). Can I change their position even if I can identify them? etc