How to make an Involute Spur Gear (Equation Driven) in CREO - PRO/E Tutorial
У вашего броузера проблема в совместимости с HTML5
Simple tutorial on the basic properties of spur gears and how to model them using Engineering Software.
All relevant information to create involute profiles included.
Creo Equation:
r = Db/2 = 56.3816/2
ang = t * 90
s = (3.1416 * r * t) / 2
xc = r * cos(ang)
yc = r * sin(ang)
x = xc + (s * sin(ang))
y = yc - (s * cos(ang))
z = 0