Class AbstractGearSetRating
Inheritance
System.Object
AbstractGearSetRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractGearSetRating : AbstractGearSetAnalysis, 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 |
|
GearMeshRatings
Declaration
public ReadOnlyCollection<AbstractGearMeshRating> GearMeshRatings { get; }
Property Value
GearRatings
Declaration
public ReadOnlyCollection<AbstractGearRating> GearRatings { get; }
Property Value
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 |
|
NormalisedSafetyFactorForFatigueAndStatic
Declaration
public double NormalisedSafetyFactorForFatigueAndStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
NormalisedSafetyFactorForStatic
Declaration
public double NormalisedSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalGearReliability
Declaration
public double TotalGearReliability { get; }
Property Value
| Type |
Description |
| System.Double |
|
TransmissionPropertiesGears
Declaration
public GearSetDesignGroup TransmissionPropertiesGears { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods