Class MaximumStaticContactStressResultsAbstract
Inheritance
System.Object
MaximumStaticContactStressResultsAbstract
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class MaximumStaticContactStressResultsAbstract : APIBase, IEquatable<APIBase>
Properties
SafetyFactorInner
Measurement: SafetyFactor
Declaration
public double SafetyFactorInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorOuter
Measurement: SafetyFactor
Declaration
public double SafetyFactorOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressRatioInner
Declaration
public double StressRatioInner { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressRatioOuter
Declaration
public double StressRatioOuter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>