1 | | This is not fixed yet? |
2 | | |
3 | | #3772 doesn't really solve this ticket. |
4 | | Especially when same tolerance values and types should handle both big and small arcs in same geometry. |
5 | | |
6 | | I think there should be some way to say to stroking function not to create straight lines (like in my suggestion there was two tolerance parameters). |
7 | | |
8 | | For example flag 4 (in bit 3) that "Never create arcs less than 5 segments" |
9 | | |
10 | | Other option is to have some way to indicate that function should create segments internally and intelligently with some rule of arc length and angle and maybe tolerance. |
11 | | |
12 | | For example tolerance type 3: "Resulting tolerance is created internally based on arc length, arc angle and tolerance." |