Class StraightBevelDiffGearMeshRating
Inheritance
System.Object
StraightBevelDiffGearMeshRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class StraightBevelDiffGearMeshRating : ConicalGearMeshRating, IEquatable<APIBase>
Properties
DeratingFactor
Gleason recommends either 0.75 or 1 when diff has more than two planets
Declaration
public double DeratingFactor { get; }
Property Value
Type |
Description |
System.Double |
|
GearsInMesh
Declaration
public ReadOnlyCollection<StraightBevelDiffMeshedGearRating> GearsInMesh { get; }
Property Value
InertiaFactorBending
Declaration
public double InertiaFactorBending { get; }
Property Value
Type |
Description |
System.Double |
|
LoadDistributionFactor
Set to 1.1 for differential gears as stated in 'Passenger Car Drive Axle Gear Design', Gleason 1972
Declaration
public double LoadDistributionFactor { get; }
Property Value
Type |
Description |
System.Double |
|
MeshedGears
Declaration
[Obsolete("Use GearsInMesh")]
public ReadOnlyCollection<StraightBevelDiffMeshedGearRating> MeshedGears { get; }
Property Value
RatingResult
Declaration
public string RatingResult { get; }
Property Value
Type |
Description |
System.String |
|
StraightBevelDiffGearMesh
Declaration
public StraightBevelDiffGearMeshDesign StraightBevelDiffGearMesh { get; }
Property Value
StraightBevelDiffGearRatings
Declaration
public ReadOnlyCollection<StraightBevelDiffGearRating> StraightBevelDiffGearRatings { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods