Sie sind auf Seite 1von 2

Tools ? Parameters Outer_Diameter Number_of_Teeth Pitch_Diameter Pressure_Angle Width Tools ?

Relations Diametral_pitch = Number_of_teeth / Pitch_diameter Base_diameter = Pitch_diameter * cos(Pressure_angle) Whole_depth = (2.2 / Diametral_pitch) + 0.002 Root_diameter = Outer_diameter - (2 * Whole_depth) Addendum = 1 / Diametral_pitch Dedendum = Whole_depth - Addendum Circular_tooth_thickness = Pi / (2 * Diametral_pitch) ow the involute curve has to be created. In ProE wildfire versions, go to Insert ? Model datum ? Curve or use the short cut button. This will open up the curve menu manager. Click on From equation and Done. Now you have to select the newly created GEAR_CSYS coordinate. Then select n . This will open the text window. To open this in Creo, type Curve in the search box at the top right corner and s elect Curve from equation from the list. Now paste this equation in the text window

Cartesia

Base_radius = Base_diameter / 2 Angle = t*90 Cir_len = (PI * Base_radius * t ) / 2 X_PNT = Base_radius * cos(Angle) Y_PNT = Base_radius * sin(Angle) x = X_PNT + ( Cir_len * sin(Angle)) y = Y_PNT - ( Cir_len * cos(Angle)) z = 0

module = Pitch_Diameter / Number_of_Teeth Addendum = module Dedendum = 1.25 * module Circular_tooth_thickness = 1.5708 * module Base_diameter = Pitch_diameter * cos(Pressure_angle) Whole_depth = 2.25 * module Root_diameter = ( Number_of_Teeth - 2.50 ) * module

Base_radius = Base_diameter / 2 Angle = t*90 Cir_len = (PI * Base_radius * t ) / 2 X_PNT = Base_radius * cos(Angle) Z_PNT = Base_radius * sin(Angle) x = X_PNT + ( Cir_len * sin(Angle)) z = Z_PNT - ( Cir_len * cos(Angle)) y = 0

Das könnte Ihnen auch gefallen