Version: 13.0

    Show / Hide Table of Contents

    Enum TipAlterationCoefficientMethod

    Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("17412dd2-4f79-4242-feff-103afec3a386")]
    [ApiEnumFor("SMT.Gears.GearDesigns.Cylindrical.TipAlterationCoefficientMethod, SMT.Gears")]
    public enum TipAlterationCoefficientMethod

    Fields

    Name Description
    B

    This is a special proportion method which calculates this gears tip alteration coefficient.

    C

    A standard clearance to the mating gear root is achieved by calculating this gears tip alteration coefficient. The calculation method is published in the Gear Handbook 2nd edition (齿轮手册) 2 -18.

    UserSpecified

    Tip alteration coefficient can be user-specified.

    Back to top