Class AGMASpiralBevelGearSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AGMASpiralBevelGearSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Bevel.Standards
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AGMASpiralBevelGearSingleFlankRating : SpiralBevelGearSingleFlankRating, IEquatable<APIBase>
Properties
BendingSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public virtual double BendingSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
CalculatedBendingStress
Measurement: Stress
Declaration
public double CalculatedBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
CalculatedContactStress
Measurement: Stress
Declaration
public double CalculatedContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public virtual double ContactSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
HardnessRatioFactor
Declaration
public virtual double HardnessRatioFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
PermissibleBendingStress
Measurement: Stress
Declaration
public double PermissibleBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
PermissibleContactStress
Measurement: Stress
Declaration
public double PermissibleContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressCycleFactorBending
Declaration
public double StressCycleFactorBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
StressCycleFactorContact
Declaration
public double StressCycleFactorContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>