Version: 13.0

    Show / Hide Table of Contents

    Enum FinishStockType

    Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.ThicknessStockAndBacklash
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("3b4c2bf6-7e6c-943b-3914-d6e5bd85d65b")]
    [ApiEnumFor("SMT.Gears.GearDesigns.Cylindrical.ThicknessStockAndBacklash.FinishStockType, SMT.Gears")]
    public enum FinishStockType

    Fields

    Name Description
    None

    When there is no finishing process, there is no finish stock.

    SingleValue

    The rough tooth thickness tolerance will follow the finished tooth thickness tolerance.

    TolerancedValue

    Finish stock tolerance can be specified or it can be determined by specification of the rough tooth thickness.

    Back to top