feat: add face color, round info, bring measure tools to linux#1732
Conversation
- get round info + test - get closest separation (body to body) + test
- wip design insert file with body names
- face get color efficiency fix - body export_gltf for exporting single bodies
… feat/workflow_10_additions
- activated MeasurementTools for CoreService - refactored intersecting bounding boxes to meet standards - abstracted color conversion to hex to auxiliary method - added tests for all features
…/pyansys-geometry into feat/workflow_10_additions
|
@jacobrkerstetter - can we improve the title of the PR? I know it makes sense for you (us) since we know what workflow 10 stands for but let's assign it a more feature-oriented name if possible =) |
RobPasMue
left a comment
There was a problem hiding this comment.
@jacobrkerstetter - left some comments, the PR is in a very good state, they are mostly minor modifications. Thanks for all the work! Once the requests go in, I will approve and merge =)
… feat/workflow_10_additions # Conflicts: # src/ansys/geometry/core/modeler.py
…/pyansys-geometry into feat/workflow_10_additions
…/pyansys-geometry into feat/workflow_10_additions
RobPasMue
left a comment
There was a problem hiding this comment.
LGTM! Thanks for this contribution!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1732 +/- ##
==========================================
+ Coverage 90.81% 90.84% +0.03%
==========================================
Files 92 92
Lines 8080 8152 +72
==========================================
+ Hits 7338 7406 +68
- Misses 742 746 +4 ☔ View full report in Codecov by Sentry. |
Description
Adding various features needed for workflow 10. Includes Face RoundInfo, Face/Body ClosestSeparation, and Face Colors.
Issue linked
Checklist
feat: extrude circle to cylinder)