Class EquivalentLoadFactors
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
EquivalentLoadFactors
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class EquivalentLoadFactors : IndependentReportablePropertiesBase<EquivalentLoadFactors>, IEquatable<APIBase>
Properties
AxialLoadFactor
Determined according to ISO/TR 14179:2001 during analysis unless specified
Declaration
public Overridable<double> AxialLoadFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
RadialLoadFactor
Determined according to ISO/TR 14179:2001 during analysis unless specified
Declaration
public Overridable<double> RadialLoadFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>