StaticgetCalculates the exact distance required between the centers of two meshing gears.
The module of both gears.
Number of teeth of the first gear.
Number of teeth of the second gear.
The exact distance between their centers.
StaticgetCalculates the relative rotation speed (gear ratio) for a driven gear.
The rotation speed of the driving gear.
The number of teeth of the driving gear.
The number of teeth of the driven gear.
Set to true if gear2 is an internal ring gear (rotation direction stays the same).
The rotation speed of the driven gear.
StaticgetCalculates all necessary physical parameters for a gear.
The module (size of the teeth). Must be the same for all meshing gears.
The number of teeth on the gear.
GearParameters object containing values to feed into the Gear geometry.
StaticgetCalculates the exact Z-rotation required for gear2 to perfectly interlock with gear1. Assumes both gears lie on the same XY plane and rotate around the Z axis.
The position of the first gear.
The current Z-rotation of the first gear (in radians).
The parameters of the first gear.
The position of the second gear.
The parameters of the second gear.
The required Z-rotation for gear2 (in radians).
Utility class for mechanical gear calculations based on DIN 780 (Module system). Ensures gears perfectly mesh with each other.