Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating involute curves

  • Thread starter Thread starter bufade
  • Start date Start date
B

bufade

Guest
How to create an involute curve to define the tooth profile for a spur gear ?

I've got a set of simple equations to generate the curve, all i need to
know is how to use these equations on CATIA to generate a curve?

kindly help....these are the equations:

r = (some value)

a = t * 90

s = (PI * r * t ) / 2

xc = r * cos(a)

yc = r * sin(a)

x = xc + ( s * sin(a))

y = yc - ( s * cos(a))

z = 0



where , t: is a variable whose value varies from 0 to 1.

r: base circle radius

s: circumference
 
hey...u got your response on catiav5forum
 
yes i did....i was just looking for a different answer, thought maybe some one here might have one.
 

Part and Inventory Search

Sponsor

Back
Top