Class BearingLoads
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BearingLoads : SKFCalculationResult, IEquatable<APIBase>
Properties
EquivalentDynamicLoad
Measurement: Force
Declaration
public double EquivalentDynamicLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadRatio
Ratio between the basic dynamic load rating, C, and the equivalent dynamic bearing load, P
Declaration
public double LoadRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>