ansys / pymotorcad

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

Adaptive Templates Example - Bezier Curve Rotor Pockets for IPM #321

Closed JackB-Ansys closed 2 weeks ago

JackB-Ansys commented 1 month ago

Example added to Adaptive Templates for drawing a parametrised custom IPM Rotor Pocket. Draws a curved Rotor Pocket using a Bezier function from the bezier python package.

This also adds a doc dependency for the bezier package.

Adaptive_Geometry_Bezier_e4a_3

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 84.10%. Comparing base (0aa5bb8) to head (3c9984b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #321 +/- ## ========================================== + Coverage 84.00% 84.10% +0.10% ========================================== Files 20 20 Lines 1938 1938 ========================================== + Hits 1628 1630 +2 + Misses 310 308 -2 ```