Class ISO63362006GearSingleFlankRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO63362006GearSingleFlankRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.ISO6336
Assembly: SMT.MastaAPI.13.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 |
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>