Class StraightBevelDiffGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StraightBevelDiffGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.StraightBevelDiff
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffMeshedGearRating> |
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 |
RatingResult
Declaration
public string RatingResult { get; }
Property Value
Type | Description |
---|---|
System.String |
StraightBevelDiffGearMesh
Declaration
public StraightBevelDiffGearMeshDesign StraightBevelDiffGearMesh { get; }
Property Value
Type | Description |
---|---|
StraightBevelDiffGearMeshDesign |
StraightBevelDiffGearRatings
Declaration
public ReadOnlyCollection<StraightBevelDiffGearRating> StraightBevelDiffGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<StraightBevelDiffGearRating> |
Implements
System.IEquatable<T>