Class SAESplineJointDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.DutyCycleRatings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SAESplineJointDutyCycleRating : APIBase, IEquatable<APIBase>
Properties
FatigueDamageForCompressiveStress
Measurement: Damage
Declaration
public double FatigueDamageForCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueDamageForEquivalentRootStress
Measurement: Damage
Declaration
public double FatigueDamageForEquivalentRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueDamageForToothShearStress
Measurement: Damage
Declaration
public double FatigueDamageForToothShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForCompressiveStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForCompressiveStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForEquivalentRootStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForEquivalentRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorForToothShearStress
Measurement: SafetyFactor
Declaration
public double SafetyFactorForToothShearStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>