Hi Balakay612,
Thanks for the feedback.
Here is a less precise but much easier way. You might find the Range Mapper tuned accordingly. This means, set a start point of the radius and end point while defing the amount of start and end step.
To fine-tune it, adjust the Spline Curve of the Rangemapper.
An example is here:
CV4_2025_dr_25_XPsc_11.c4d
.
About the file from the earlier post:
I used the Formula Node here, as it allows me to keep things compact.
This could be done with single Math Nodes, which might make it easier to read.
I needed to know the circumference of your reference setup, which would be the 360º of the 3668 radius (Radius 2 PI = Circumference)
With that, I was able to define step length using the 21º you have set up and the step count. ((Circumference*21º)/360º))/ Step-count = Length of a Single step or stair element.
Now, I needed to place that into a formula to have a different Radius driving the number of steps needed to fill the 0º to 21º you have as your fixed boundary.
I hope that helps untangle the XPresso a little bit.
Yes, sometimes Math comes in handy.
Enjoy