Class GleasonSpiralBevelGearSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GleasonSpiralBevelGearSingleFlankRating
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 GleasonSpiralBevelGearSingleFlankRating : 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 |
CalculatedScoringIndex
Measurement: Temperature
Declaration
public double CalculatedScoringIndex { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactSafetyFactorForFatigue
Measurement: SafetyFactor
Declaration
public virtual double ContactSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearBlankTemperature
Measurement: Temperature
Declaration
public double GearBlankTemperature { get; }
Property Value
Type | Description |
---|---|
System.Double |
HardnessRatioFactor
Declaration
public virtual double HardnessRatioFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingBendingStress
Measurement: Stress
Declaration
public double WorkingBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingContactStress
Measurement: Stress
Declaration
public double WorkingContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingScoringIndex
Measurement: Temperature
Declaration
public double WorkingScoringIndex { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>