-
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: find fix simplify #1661
feat: find fix simplify #1661
Conversation
wrote unit tests to verify
@jacobrkerstetter - please modify the PR description according to the guidelines whenever you get the chance. This allows us to properly maintain the repository and easily determine features and implementations |
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.
@jacobrkerstetter - please fix my request in you upcoming PR
class UnsimplifiedFaceProblemAreas(ProblemArea): | ||
"""Represents a unsimplified face problem area with unique identifier and associated faces.""" |
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.
Docstring is not properly formatted. This has to be solved.
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.
You are missing all the class constructor input parameters
Description
Implements and tests the FindSimplify and FixSimplify commands for pygeometry.
Issue linked
Checklist
feat: extrude circle to cylinder
)