Class GearFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearFlankRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
BendingSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public double BendingSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
BendingSafetyFactorForStatic
Measurement: SafetyFactor
Declaration
public double BendingSafetyFactorForStatic { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public double ContactSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactSafetyFactorForStatic
Measurement: SafetyFactor
Declaration
public double ContactSafetyFactorForStatic { get; }
Property Value
Type | Description |
---|---|
System.Double |
Cycles
Measurement: Cycles
Declaration
public double Cycles { get; }
Property Value
Type | Description |
---|---|
System.Double |
DamageBending
Measurement: Damage
Declaration
public double DamageBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
DamageContact
Measurement: Damage
Declaration
public double DamageContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumBendingStress
Measurement: Stress
Declaration
public double MaximumBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactStress
Measurement: Stress
Declaration
public double MaximumContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumStaticBendingStress
Measurement: Stress
Declaration
public double MaximumStaticBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumStaticContactStress
Measurement: Stress
Declaration
public double MaximumStaticContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReliabilityBending
The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double ReliabilityBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
ReliabilityContact
The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double ReliabilityContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>