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

Avoid self-crossing of involute teeth #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PeterReid
Copy link

At extreme pressure angles (e.g. 45 degrees), the line defining the gear surface would have self-crossings at tooth tips and bases before this fix. The curve defined by involute_points was leaving the angular range (0 to self.phipart / 2) allowed for the half of the tooth.

This screenshot demonstrates the problem. This is the default involute gear that gets created from the workbench, except with the pressure angle changes to 45 degrees and numpoints turned up to 10.

image

At extreme pressure angles (e.g. 45 degrees), the line defining the gear
surface would have self-crossings at tooth tips and bases before this
fix. The curve defined by involute_points was leaving the angular range
(0 to self.phipart / 2) allowed for the half of the tooth.
@looooo
Copy link
Owner

looooo commented Oct 15, 2023

Thanks, for the contribution. I guess this should not depend on numpoints. Maybe you can calculate the value for the intersection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants