Class SpiralBevelGearSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpiralBevelGearSingleFlankRating
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 abstract class SpiralBevelGearSingleFlankRating : ConicalGearSingleFlankRating, IEquatable<APIBase>
Properties
BendingStrengthGeometryFactor
Declaration
public double BendingStrengthGeometryFactor { 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 |
DistanceFactor
Declaration
public double DistanceFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
DurabilityFactor
Declaration
public double DurabilityFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
GeometryFactorJ
Declaration
public double GeometryFactorJ { get; }
Property Value
Type | Description |
---|---|
System.Double |
LifeFactorBending
The life factor is back calculated from the specified SN Curve.
Declaration
public double LifeFactorBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
LifeFactorContact
The life factor is back calculated from the specified SN Curve.
Declaration
public double LifeFactorContact { get; }
Property Value
Type | Description |
---|---|
System.Double |
SurfaceConditionFactor
Declaration
public double SurfaceConditionFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
ThermalConstant
Thermal Constant for gear material, assuming both wheel and pinion are made from the same material
Measurement: ThermalContactCoefficient
Declaration
public double ThermalConstant { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>