Version: 13.0

    Show / Hide Table of Contents

    Enum MainProfileReliefEndsAtTheStartOfRootReliefOption

    Namespace: SMT.MastaAPI.Gears.MicroGeometry
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("5b85229e-40ea-07e5-57dc-0a66ff4cdfc5")]
    [ApiEnumFor("SMT.Gears.MicroGeometry.MainProfileReliefEndsAtTheStartOfRootReliefOption, SMT.Gears")]
    public enum MainProfileReliefEndsAtTheStartOfRootReliefOption

    Fields

    Name Description
    No

    The relief specified on the main profile (linear and barrelling) is superimposed with the specified root reliefs

    OnlyWhenNonZeroRootRelief

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

    Yes

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

    Back to top