Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create a fillet on an edge/face #1621

Open
wants to merge 19 commits into
base: blitz
Choose a base branch
from
Open

feat: create a fillet on an edge/face #1621

wants to merge 19 commits into from

Conversation

jonahrb
Copy link
Contributor

@jonahrb jonahrb commented Jan 10, 2025

Description

Add the fillet command, which provides the ability to create a fillet on an edge or adjust the existing fillet of a face.

Issue linked

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@jonahrb jonahrb requested a review from a team as a code owner January 10, 2025 19:27
@jonahrb jonahrb changed the title Feat/fillet feat: create a fillet on an edge/face Jan 10, 2025
@jonahrb jonahrb self-assigned this Jan 10, 2025
@github-actions github-actions bot added maintenance Package and maintenance related enhancement New features or code improvements labels Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.35%. Comparing base (ed028b0) to head (a1716c8).

Additional details and impacted files
@@           Coverage Diff           @@
##            blitz    #1621   +/-   ##
=======================================
  Coverage   91.34%   91.35%           
=======================================
  Files          87       87           
  Lines        7131     7139    +8     
=======================================
+ Hits         6514     6522    +8     
  Misses        617      617           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants