Class ISO6336MeanStressInfluenceFactor
Inheritance
System.Object
ISO6336MeanStressInfluenceFactor
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ISO6336MeanStressInfluenceFactor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
HigherLoadedFlank
Declaration
public CylindricalFlanks HigherLoadedFlank { get; }
Property Value
LoadPerUnitFaceWidthOfTheHigherLoadedFlank
Declaration
public double LoadPerUnitFaceWidthOfTheHigherLoadedFlank { get; }
Property Value
| Type |
Description |
| System.Double |
|
LoadPerUnitFaceWidthOfTheLowerLoadedFlank
Declaration
public double LoadPerUnitFaceWidthOfTheLowerLoadedFlank { get; }
Property Value
| Type |
Description |
| System.Double |
|
MeanStressRatioForReferenceStress
Declaration
public double MeanStressRatioForReferenceStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MeanStressRatioForStaticStress
Declaration
public double MeanStressRatioForStaticStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
StressInfluenceFactor
Declaration
public double StressInfluenceFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
StressInfluenceFactorForReferenceStress
Declaration
public double StressInfluenceFactorForReferenceStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
StressRatio
Declaration
public double StressRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods