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: workflow enhancements for better tool results #1723

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

Conversation

mlkaplan36
Copy link
Contributor

Implement EnhancedRepairToolMessage.
Implement Enhanced Share Topology.
Implement ModfiyCircularPattern.

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

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)

Implement Enhanced Share Topology.
Implement ModfiyCircularPattern.
@mlkaplan36 mlkaplan36 self-assigned this Feb 4, 2025
@mlkaplan36 mlkaplan36 requested a review from a team as a code owner February 4, 2025 20:28
@github-actions github-actions bot added the enhancement New features or code improvements label Feb 4, 2025
@mlkaplan36
Copy link
Contributor Author

Note: this PR will fail to build until the ApiServer side implementations are complete: https://tfs.ansys.com:8443/tfs/ANSYS_Development/CASL/_git/ApiServer/pullrequest/559034

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.

Overall LGTM but I am concerned about code duplication with this PR. Also, we need to start handling quantities and measurement objects properly inside the tools and commands modules... Apart from "Real" we should also be accepting "Quantity" and "Distance"/"Angle" objects... but we can do this in a follow up PR to adapt all of them

Comment on lines +767 to +770
step_angle : Real, default: 0.0
Defines the circular angle
step_linear : Real, default: 0.0
Defines the step, along the radial lines, for a pattern dimension greater than 1
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
step_angle : Real, default: 0.0
Defines the circular angle
step_linear : Real, default: 0.0
Defines the step, along the radial lines, for a pattern dimension greater than 1
step_angle : Real, default: 0.0
Defines the circular angle.
step_linear : Real, default: 0.0
Defines the step, along the radial lines, for a pattern dimension greater than 1.

Comment on lines +58 to +61


class EnhancedRepairToolMessage:
"""Provides detailed return message for the repair tool methods."""
Copy link
Member

Choose a reason for hiding this comment

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

Why not just modify the old RepairToolMessage?

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.

3 participants