bending_stress_is_computable¶
- property SpurGear.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_width, so if these optional parameters have been set at spur gear instantiation, 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