Version: 13.0

    Show / Hide Table of Contents

    Enum HypoidWindUpRemovalMethod

    Namespace: SMT.MastaAPI.SystemModel
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("832db3f8-81b1-dbe9-1ed2-ed330adba742")]
    [ApiEnumFor("SMT.MAA.HypoidWindUpRemovalMethod, SMT.MAA")]
    public enum HypoidWindUpRemovalMethod

    Fields

    Name Description
    InvariantUnderRigidBodyTranslationsAndRotations

    The resulting misalignments are invariant under rigid body translations and rotations of the gear pair. The rotation of the wheel about the wheel axis is assumed equal to the rotation of the pinion about the wheel axis. Further the rotation of the pinion about the pinion axis is assumed equal to the rotation of the wheel about the pinion axis.

    ZeroWindUpSAE750152

    As is assumed by SAE 750152 'Analysis of Mounting Deflections on Bevel and Hypoid Gears' the pinion and wheel are assumed not to rotate about their own axes. This leads to misalignments which are not invariant under rigid body rotations of the gear pair.

    In This Article
    • Fields
    Back to top