bending_stress_is_computable¶
- property WormWheel.bending_stress_is_computable: bool
Whether is possible to compute the
bending_stresson the gear teeth.The bending stress computation depends on the value of
moduleandface_widthand thereference_diameterof the matingWormGear, so if these optional parameters have been set at worm wheel and worm gear instantiations, then it is possible to compute the bending stress and this property isTrue, otherwise isFalse.Returns¶
boolWhether is possible to compute the bending stress on the gear teeth.
See Also