1. Calculating Module from Pitch Diameter and Teeth
Mechanical Design EngineerBackground
A designer is modeling a replacement spur gear for an industrial gearbox but only knows the physical dimensions of the original gear.
Problem
The designer needs to find the exact module and addendum to create a 3D CAD model of a gear with a 100 mm pitch diameter and 20 teeth.
How to use
Select 'Module from d and z' mode, enter 100 for Pitch Diameter, 20 for Number of Teeth, and set decimal places to 4.
{
"mode": "fromDiameter",
"pitchDiameter": 100,
"teeth": 20,
"decimalPlaces": 4
}Outcome
The tool calculates a module of 5.0000 mm, a circular pitch of 15.7080 mm, and an addendum of 5.0000 mm.