Class EquivalentLoadFactors
Inheritance
System.Object
EquivalentLoadFactors
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class EquivalentLoadFactors : IndependentReportablePropertiesBase<EquivalentLoadFactors>, IEquatable<APIBase>
Properties
AxialLoadFactor
Declaration
public Overridable<double> AxialLoadFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
RadialLoadFactor
Declaration
public Overridable<double> RadialLoadFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>