Changes between Version 2 and Version 3 of Ticket #3719, comment 1
- Timestamp:
- 03/24/17 11:16:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3719, comment 1
v2 v3 33 33 \\I would think more, if things could do completely without stroking. 34 34 \\At least I would use relative stroking compared to arc length. 35 \\As a stroking method, I like most the tolerance method. Tolerance means maximum difference between original arc an stroked line.35 \\As a stroking method, I like most the tolerance method. Tolerance means maximum difference between original arc and stroked line. 36 36 \\I created following code with Python for you to copy (and test!) freely: 37 37 \\User can give parameters accuracy "tolerance" or number of "vertices" in resulting stroked line.