You are on page 1of 1

"N"= 25 // Number of teeth

"M"= 3.5 // Module


"Rp"= "M"*("N"/2) //Pitch Circle Radius
"Rb"= 0.94*"Rp" //Base circle Radius
"Ra"= "Rp"+"M" //Addendum Circle Radius
"Rd"= "Rp"-(1.25*"M") //Deddendum Circle Radius
"A1"= 20 //Pressure Angle
"A2"= 90/("N"*1) //Angle in Contact or Design Angle
"Rf"= 0.39*"M" //Tooth fillet radius
"W"= 9*"M" //Face Width
"Rsf"= "Rb"/2 //shaft Radius

You might also like