Class ISO63362006GearSingleFlankRating
Inheritance
System.Object
ISO63362006GearSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.ISO6336
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class ISO63362006GearSingleFlankRating : ISO6336AbstractMetalGearSingleFlankRating, IEquatable<APIBase>
Properties
NominalToothRootStress
Measurement: Stress
Declaration
public override double NominalToothRootStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
RimThicknessFactor
Declaration
public override double RimThicknessFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
RimThicknessOverWholeDepth
Declaration
public double RimThicknessOverWholeDepth { get; }
Property Value
Type | Description |
---|---|
System.Double |
ToothFatigueFractureResults
Declaration
public CylindricalGearToothFatigueFractureResults ToothFatigueFractureResults { get; }
Property Value
Type | Description |
---|---|
CylindricalGearToothFatigueFractureResults |
ToothFatigueFractureResultsAccordingToFrenchProposal
Declaration
public CylindricalGearToothFatigueFractureResultsN1457 ToothFatigueFractureResultsAccordingToFrenchProposal { get; }
Property Value
Type | Description |
---|---|
CylindricalGearToothFatigueFractureResultsN1457 |
WorkHardeningFactorForReferenceContactStress
A value of 1 will be shown when using a Custom SN Curve and the 'Apply Derating Factors to Custom SN Curve' on the gear's material is deselected.
Declaration
public double WorkHardeningFactorForReferenceContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkHardeningFactorForStaticContactStress
A value of 1 will be shown when using a Custom SN Curve and the 'Apply Derating Factors to Custom SN Curve' on the gear's material is deselected.
Declaration
public double WorkHardeningFactorForStaticContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>