Version: 13.0

    Show / Hide Table of Contents

    Enum MainProfileReliefEndsAtTheStartOfTipReliefOption

    Namespace: SMT.MastaAPI.Gears.MicroGeometry
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("2f648351-c482-754b-bdf0-1d4a48ffb7b5")]
    [ApiEnumFor("SMT.Gears.MicroGeometry.MainProfileReliefEndsAtTheStartOfTipReliefOption, SMT.Gears")]
    public enum MainProfileReliefEndsAtTheStartOfTipReliefOption

    Fields

    Name Description
    No

    The relief specified on the main profile (linear and barrelling) are superimposed with the specified tip reliefs

    OnlyWhenNonZeroTipRelief

    If the tip relief is non zero, the relief specified on the main profile (linear and barrelling) ends at the start of specified tip relief. If the tip relief is zero the reliefs specified on the main profile continue up to the tip form diameter

    Yes

    The relief specified on the main profile (linear and barrelling) ends at the start of specified tip relief

    Back to top