Version: 13.0

    Show / Hide Table of Contents

    Enum RaceAxialMountingType

    Namespace: SMT.MastaAPI.Bearings.BearingResults
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("4b878b2d-631e-e9be-f60a-0f4f2be3a2ac")]
    [ApiEnumFor("SMT.Bearings.BearingResults.RaceAxialMountingType, SMT.Bearings")]
    public enum RaceAxialMountingType

    Fields

    Name Description
    Both

    Race is axially constrained in both directions

    Left

    Race is axially constrained on the left, but can move right

    None

    Race is not axially constrained in either direction

    Right

    Race is axially constrained on the right, but can move left

    Back to top