Class SAESplineJointRating
Inheritance
System.Object
SAESplineJointRating
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class SAESplineJointRating : SplineJointRating, IEquatable<APIBase>
Properties
Declaration
public double ActiveContactHeight { get; }
Property Value
| Type |
Description |
| System.Double |
|
AllowableCompressiveStress
Declaration
public override double AllowableCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
AllowableShearStress
Declaration
public override double AllowableShearStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
AllowableTensileStress
Declaration
public double AllowableTensileStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
CalculatedCompressiveStress
Declaration
public double CalculatedCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
CalculatedMaximumToothShearingStress
Declaration
public double CalculatedMaximumToothShearingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueDamageForCompressiveStress
Declaration
public double FatigueDamageForCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueDamageForEquivalentRootStress
Declaration
public double FatigueDamageForEquivalentRootStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueDamageForToothShearingStress
Declaration
public double FatigueDamageForToothShearingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueLifeFactor
Declaration
public double FatigueLifeFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
InternalHoopStress
Declaration
public double InternalHoopStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MisalignmentFactor
Declaration
public double MisalignmentFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public virtual string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
OverLoadFactor
Declaration
public double OverLoadFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
SafetyFactorForCompressiveStress
Declaration
public double SafetyFactorForCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
SafetyFactorForEquivalentRootStress
Declaration
public double SafetyFactorForEquivalentRootStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
SafetyFactorForToothShearingStress
Declaration
public double SafetyFactorForToothShearingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
WearLifeFactor
Declaration
public double WearLifeFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods