I have two sets of arcs which combine to create a shape. The number of arcs is variable. I would like to select specific, opposite pairs of arcs so I can use them to make other geometry. Additionally, I would like to specifically select the pair of arcs that runs along the y axis.
I cannot figure out how to select the arcs in pairs, or how to select the pair that runs along the y axis. It is also important that this be able to work if there are more or fewer pairs of arcs.
Thank you, this one does not quite work because when I change the number of sides of the polygon (the variable in the very first group) the selected arcs are not opposite each other.
Thank you, this does work when the number of polygon sides are changed, but I have to keep working on the file some more before I can determine if this is all I need
P.S. You could also do this by rotating the polygon appropriately but I won’t touch that because I’m afraid once I start to modify your code, I might re-write most of it.