Rotating elements incrementally

Hi,

I am trying to create an incremental rotation of a list of elements that is periodic. I am not sure how to create the incrementation of values. The second screenshot shows an example of the intent but with values that are arithmetically linear.

I am currently trying to use a series of constant values input through graphmapper but it doesn’t seem to map they way I am intending.


It is similar to a previous inquiry of mine which may be relevant.

Thanks for any help.
unnamed_partial.gh (14.4 KB)

Try the Polar Array component…

instead of Serie I would use Range to define the different rotations

Default Domain for Range is 0 to 1, which well behaves with default domain of Graph Mapper (also 0 to 1)

and then multiply those for something else (for instance here Pi = max rotation) only at the end (or eventually Remap)

unnamed_partial_Re.gh (16.3 KB)