HI @_gile,
Basically what I'm trying to do is to convert all arcs in a polyline into segments which can have a maximum length (input by the user). The less this maximum length, the finer are the arcs cut (the more segments generated and the more vertices are added to the polyline).
So while trying the algorithm, i had a problem with arcs in the polyline which go clockwise. I got their start point, endpoint, radius and center (deriving them from the bulge) and then when i created the arc it was always created in the counter clockwise direction.
This is why i'm asking if this can be done and if yes, how?