-
Notifications
You must be signed in to change notification settings - Fork 16
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
base: main
Are you sure you want to change the base?
Conversation
Implement Enhanced Share Topology. Implement ModfiyCircularPattern.
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 |
There was a problem hiding this 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
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
|
||
|
||
class EnhancedRepairToolMessage: | ||
"""Provides detailed return message for the repair tool methods.""" |
There was a problem hiding this comment.
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?
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
feat: extrude circle to cylinder
)