ansys / pymotorcad

https://motorcad.docs.pyansys.com
MIT License
13 stars 1 forks source link

Fix get_coordinate_from_distance() for Arc #332

Closed JackB-Ansys closed 3 days ago

JackB-Ansys commented 3 weeks ago

Fixed get_coordinate_from_distance() _BaseArc class method so that correct point on the arc is always returned.

Fixes a bug raised by customer.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.34%. Comparing base (a3afd47) to head (936245f). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #332 +/- ## ========================================== + Coverage 84.10% 84.34% +0.23% ========================================== Files 20 20 Lines 1938 1929 -9 ========================================== - Hits 1630 1627 -3 + Misses 308 302 -6 ```