Class AbstractGearRating
Inheritance
System.Object
AbstractGearRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractGearRating : AbstractGearAnalysis, IEquatable<APIBase>
Properties
BendingSafetyFactorForFatigue
Declaration
public double BendingSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
BendingSafetyFactorForStatic
Declaration
public double BendingSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
CyclesToFail
Declaration
public virtual double CyclesToFail { get; }
Property Value
| Type |
Description |
| System.Double |
|
CyclesToFailBending
Declaration
public virtual double CyclesToFailBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double CyclesToFailContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
DamageBending
Declaration
public virtual double DamageBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double DamageContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
GearReliabilityBending
Declaration
public double GearReliabilityBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double GearReliabilityContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalisedBendingSafetyFactorForFatigue
Declaration
public double NormalisedBendingSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalisedBendingSafetyFactorForStatic
Declaration
public double NormalisedBendingSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalisedContactSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NormalisedContactSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalisedSafetyFactorForFatigue
Declaration
public double NormalisedSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalisedSafetyFactorForStatic
Declaration
public double NormalisedSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToFail
Declaration
public virtual double TimeToFail { get; }
Property Value
| Type |
Description |
| System.Double |
|
TimeToFailBending
Declaration
public virtual double TimeToFailBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double TimeToFailContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalGearReliability
Declaration
public double TotalGearReliability { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods