Class SAESplineJointDutyCycleRating
Inheritance
System.Object
SAESplineJointDutyCycleRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SAESplineJointDutyCycleRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FatigueDamageForCompressiveStress
Declaration
public double FatigueDamageForCompressiveStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueDamageForEquivalentRootStress
Declaration
public double FatigueDamageForEquivalentRootStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueDamageForToothShearStress
Declaration
public double FatigueDamageForToothShearStress { 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 |
|
SafetyFactorForToothShearStress
Declaration
public double SafetyFactorForToothShearStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods