master_gear_ratio¶
- property WormWheel.master_gear_ratio: float
Gear ratio of the mating between the gear and its driving gear. It must be a positive a
float.If the wheel gear is fixed to another driving
RotatingObject, then the ratio is1, otherwise it is defined as the ratio between the worm wheel number of teethn_teethand the driving worm gear number of startsWormGear.n_starts.To set this property use
add_worm_gear_matingoradd_fixed_joint.Returns¶
floatGear ratio of the mating between the gear and its driving gear.
Raises
TypeErrorIf
master_gear_ratiois not afloat.ValueErrorIf
master_gear_ratiois negative or null.