Skip to content

Release modeling-cmds 0.2.116#874

Merged
adamchalmers merged 1 commit intomainfrom
release/modeling-cmds/0.2.116
May 6, 2025
Merged

Release modeling-cmds 0.2.116#874
adamchalmers merged 1 commit intomainfrom
release/modeling-cmds/0.2.116

Conversation

@adamchalmers
Copy link
Collaborator

Added

  • Fillet endpoint takes some new parameters:
    • strategy: users can choose between fast-but-fallible, or complex-but-comprehensive, or automatic (tries the fast strategy, and if that doesn't work, try the comprehensive strategy). Defaults to automatic.
    • edge_ids: this field replaces edge_id, and allows filleting multiple edges simultaneously.
    • extra_face_ids: if you sent multiple edge_ids, this array should contain the 2nd, 3rd, etc face ID for the resulting faces.

Changed

  • In the fillet endpoint, edge_id is now optional and deprecated. To migrate, stop sending that field and instead send the single ID in edge_ids.

@adamchalmers adamchalmers merged commit a1be026 into main May 6, 2025
8 checks passed
@adamchalmers adamchalmers deleted the release/modeling-cmds/0.2.116 branch May 6, 2025 19:27
@codecov
Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@040d386). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #874   +/-   ##
=======================================
  Coverage        ?   24.84%           
=======================================
  Files           ?       36           
  Lines           ?     2194           
  Branches        ?        0           
=======================================
  Hits            ?      545           
  Misses          ?     1649           
  Partials        ?        0           
Flag Coverage Δ
unittests 24.84% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant