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: add chamfer tool #1495

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

feat: add chamfer tool #1495

wants to merge 22 commits into from

Conversation

jonahrb
Copy link
Contributor

@jonahrb jonahrb commented Oct 18, 2024

Description

Create chamfer on an edge, or adjust the chamfer of a face. This is available on Linux via the CoreService. Created "pull_tools" to house all the incoming geometry commands that will all be available on windows+linux.

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 October 18, 2024 20:15
@jonahrb jonahrb self-assigned this Oct 18, 2024
@github-actions github-actions bot added the enhancement New features or code improvements label Oct 18, 2024
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good at first sight. Again, I would initiate a "Pull tools" example module to host how to use them. We need examples for all these new features.

src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
src/ansys/geometry/core/designer/edge.py Show resolved Hide resolved
src/ansys/geometry/core/designer/body.py Outdated Show resolved Hide resolved
src/ansys/geometry/core/tools/pull_tools.py Outdated Show resolved Hide resolved
src/ansys/geometry/core/tools/pull_tools.py Outdated Show resolved Hide resolved
@github-actions github-actions bot added the maintenance Package and maintenance related label Oct 22, 2024
@jonahrb jonahrb requested a review from RobPasMue October 22, 2024 13:47
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @jonahrb! However, we are having some issues with the Docker images as you might have seen. Hope to see this merged soon. I'll leave it approved!

Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah wait - documentation example is missing. I'll leave the approval for whenever that's done

@jonahrb
Copy link
Contributor Author

jonahrb commented Oct 22, 2024

Ah wait - documentation example is missing. I'll leave the approval for whenever that's done

@RobPasMue yes working on that now :)

@jonahrb jonahrb requested a review from PipKat as a code owner October 23, 2024 16:50
Copy link
Member

@PipKat PipKat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor edits suggested on doc content.

jonahrb and others added 2 commits October 28, 2024 09:58
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
jonahrb and others added 4 commits October 28, 2024 09:58
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
@jonahrb jonahrb requested a review from RobPasMue October 28, 2024 14:59
@github-actions github-actions bot removed the maintenance Package and maintenance related label Oct 28, 2024
RobPasMue
RobPasMue previously approved these changes Oct 28, 2024
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

RobPasMue
RobPasMue previously approved these changes Nov 20, 2024
@RobPasMue RobPasMue enabled auto-merge (squash) November 20, 2024 09:43
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.65%. Comparing base (bcf4f99) to head (67941f8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1495      +/-   ##
==========================================
+ Coverage   91.61%   91.65%   +0.03%     
==========================================
  Files          86       87       +1     
  Lines        7064     7095      +31     
==========================================
+ Hits         6472     6503      +31     
  Misses        592      592              

☔ 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants