Class MinimumLoad
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MinimumLoad
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 MinimumLoad : SKFCalculationResult, IEquatable<APIBase>
Properties
MinimumAxialLoad
Requisite minimum axial load. If the load applied to the bearing is smaller than the minimum load, failure mechanisms other than fatigue, such as skidding and smearing of raceways or cage damage, often prevail.
Measurement: Force
Declaration
public double? MinimumAxialLoad { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MinimumEquivalentLoad
Requisite minimum equivalent load. If the load applied to the bearing is smaller than the minimum load, failure mechanisms other than fatigue, such as skidding and smearing of raceways or cage damage, often prevail. This is relevant for spherical roller bearings.
Measurement: Force
Declaration
public double? MinimumEquivalentLoad { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MinimumRadialLoad
Requisite minimum radial load. If the load applied to the bearing is smaller than the minimum load, failure mechanisms other than fatigue, such as skidding and smearing of raceways or cage damage, often prevail.
Measurement: Force
Declaration
public double? MinimumRadialLoad { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
RequirementMet
Declaration
public bool RequirementMet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>