Rolling a rack to create a gear profile

 From:  Michael Gibson
11914.9 In reply to 11914.8 
Hi Fubax, sorry no there isn't any progressive stepping built in to the array curve factory.

But it seems like it shouldn't be too difficult for a script to generate it.

If you have an object to array along the curve like this:



Your script could generate copies along the curve normal at the first position:



And then do a CurveArray of all those and harvest the desired piece at each station and discard the rest:



Or another method is the script could create a line along the curve normal at the base position and include it in the objects to array, then it could examine the line created at each station and use it as the direction to move that station's objects.

Let me know if neither of these methods will do what you need.

- Michael