Class SAESplineJointDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SAESplineJointDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.DutyCycleRatings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SAESplineJointDutyCycleRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>