You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the addendum and dedendum radii are not configurable, and controlled by the constants ka and kd in GearBase. Would it be possible to expose options to override these values, and/or specify the radii directly? I am currently trying to replicate some existing gears whose radii do not match those calculated by this library. If you provide some direction on how you think such a feature would be incorporated into the API, I'm happy to put together a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
Initially I figured that since these coefficients need to be changed only in some special cases, I didn't expose them in e.g. a constructor or a method, thinking that one can just override them in an inherited class, or just directly override them like SpurGear.kd = 1.05 etc.
Hi, and thanks for providing this great library.
Currently, the addendum and dedendum radii are not configurable, and controlled by the constants
ka
andkd
inGearBase
. Would it be possible to expose options to override these values, and/or specify the radii directly? I am currently trying to replicate some existing gears whose radii do not match those calculated by this library. If you provide some direction on how you think such a feature would be incorporated into the API, I'm happy to put together a PR.Thanks!
The text was updated successfully, but these errors were encountered: