Skip to main content
1-Visitor
May 6, 2010
Question

Involute Helical gear geometry

  • May 6, 2010
  • 1 reply
  • 4889 views
Hello Everyone, I have a text file where in i can find the points for the involute profile. From this how can i create an involute profile in a model . Please do suggest some methods if somebody have already working on this process. Have a nice day. Regards, Kathir.

    1 reply

    1-Visitor
    May 6, 2010
    You can create an involute profile(datum curve) by creating a curve from equation. r = base radius ang = t * 90 s = length of curve t = system parameter that varies from 0-1 s = (PI * r * t)/2 xc = r * cos(ang) yc = r * sin(ang) x = xc + (s * sin(ang)) y = yc - (s * cos(ang)) z = 0 If you know the base radius use it in this equation and you will get a curve.
    1-Visitor
    May 6, 2010
    See the following old thread: http://www.ptc.com/forums/viewtopic.php?t=4995&highlight=
    1-Visitor
    May 6, 2010
    Also this one (there are a few ways you can approach this): http://www.ptc.com/forums/viewtopic.php?t=4586&highlight=