You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since worm gear progress is stalled I thought I should try to capture outstanding issues before I forget what they are.
Mesh seems to be problematic, especially at high starts. Maybe because helical angles don't match?
Crowning appears to be broken, resulting in bigger teeth instead of smaller, and altering worm gear thickness and maybe also tooth angle
worm() and enveloping() worm should be merged and both should take matching args (angle and length), so that it's easy to switch out one worm for another
worm gear teeth are invalid in some cases, failing cgal (maybe due to self intersections at teeth valleys). See example below.
backlash is greater than zero even when no backlash is specified. This may be not a big deal, since it's small, but it's not how other gear code behaves, so raises questions.
On the matter of crowning: this is a method for shaving a bit off the faces of the teeth so that they are (more?) convex than before. It should make teeth smaller. And shaving something off teeth cannot possibly make the gear thicker!
Since worm gear progress is stalled I thought I should try to capture outstanding issues before I forget what they are.
On the matter of crowning: this is a method for shaving a bit off the faces of the teeth so that they are (more?) convex than before. It should make teeth smaller. And shaving something off teeth cannot possibly make the gear thicker!
This code is failing CGAL:
Backlash examples, cylindrical (top), enveloping (bottom).
The text was updated successfully, but these errors were encountered: