Path: PR #410 - Setting a minimum # interpolations for displaying an arc - fixes issue 2825

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
Post Reply
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Path: PR #410 - Setting a minimum # interpolations for displaying an arc - fixes issue 2825

Post by mlampert »

Visualisation of path features interpolates arcs with straight segments. The algorithm works fine except for some edge cases with a very soft curvature. This change introduces a minimum amount of 20 segments for each arc and/or helix, regardless of the arc radius and opening.

change: https://github.com/FreeCAD/FreeCAD/pull/410
issue: http://www.freecadweb.org/tracker/view.php?id=2825
Post Reply