Class BearingLoads
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BearingLoads
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public 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>