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

2D gears #38

Closed
cfernandesINEGI opened this issue Mar 5, 2020 · 2 comments
Closed

2D gears #38

cfernandesINEGI opened this issue Mar 5, 2020 · 2 comments

Comments

@cfernandesINEGI
Copy link

Is it possible to get a 2D gear with no face width? I want to mesh it in my python IDE...

Best regards
Carlos

@looooo
Copy link
Owner

looooo commented Apr 7, 2020

I added a module for this porpose:

import matplotlib.pyplot as plt
from pygears import profile
p = profile.InvoluteProfile(m=1, z=15)
plt.plot(*p.profile().T)
plt.show()

@cfernandesINEGI
Copy link
Author

It is perfect. Thank you.

Best regards,
Carlos Fernandes

@looooo looooo closed this as completed Apr 9, 2020
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

No branches or pull requests

2 participants