Closed RobPasMue closed 1 month ago
Attention: Patch coverage is 37.50000%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 91.65%. Comparing base (
c4c4d14
) to head (d71885f
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/ansys/geometry/core/plotting/plotter.py | 20.00% | 8 Missing :warning: |
src/ansys/geometry/core/designer/component.py | 66.66% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Just a small consideration, is the picker example still up to date after these changes? I assume that it is but just in case 🙂
Good point - I also included in the docs the fact that a user could now just say design.plot(allow_picking=True)
if they wanted. Also, the example was working fine buuuut... only for Windows. The Linux service was crashing since it does not allow for multiple designs, so I had to change the location of the multi_colors section. Thanks @AlejandroFernandezLuces for the review!
Description
Allow picking directly from component or body... this requires modifications in visualization tool.
Issue linked
Closes #1498
Checklist
feat: extrude circle to cylinder
)