Extract all the 2D coordinates
Precise gear geometry generator for spur and helical gears
Status: Alpha
Brought to you by:
jdamerau
Hi,
I'm a graduate student in mechanical engineering. The following question may appear trivial and I thank you for your time to make this package public.
I wonder if I can extract the coordinates of the spur gear outter circumference?
The formcoordinate only gives the half tooth. I wonder if I can have access to all the coordinates (2D)?
Thank you.
as the coordinates of half a tooth contain all the geometric 2D-information, there is no function to write out all the coordinates in pygear. However, it is easy to generate all the coordinates from the half-tooth coordinates by yourself (e.g. by writing a small script in Python or Matlab).