Class ISO6336MeanStressInfluenceFactor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO6336MeanStressInfluenceFactor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.ISO6336
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ISO6336MeanStressInfluenceFactor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
HigherLoadedFlank
Declaration
public CylindricalFlanks HigherLoadedFlank { get; }
Property Value
Type | Description |
---|---|
CylindricalFlanks |
LoadPerUnitFaceWidthOfTheHigherLoadedFlank
Measurement: ForcePerUnitLength
Declaration
public double LoadPerUnitFaceWidthOfTheHigherLoadedFlank { get; }
Property Value
Type | Description |
---|---|
System.Double |
LoadPerUnitFaceWidthOfTheLowerLoadedFlank
Measurement: ForcePerUnitLength
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>