Hello, this is a real Noob question and you can tell I'm not too familiar with how attributes work.
The short version of my question is:
how can i divide a circle into a number of circular arcs without creating a carve SOP for every arc?
Long version:
I want to create a number of circular arcs, you could imagine one arc from 12 o'clock to 2 o'clock, one arc from 2 to 5 o'clock and the last from 5 to 12 o'clock.
Now I would need it to be procedural, because there will not always be three arcs around the circle, but variying numbers.
It would also be nice to have them slightly separated.
I tried by creating an attribute create with the values 0, 2, 5 and 12. Then I created 3 carve SOP's and copied those values and "paste copied relative reference" for the first and second u in the carve sops.
It would be possible to create another attribute to tell how much separation there should be between the arcs.
But it's not very procedural if the number of arcs changes.
Any thoughts?