Class AGMACylindricalGearMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AGMACylindricalGearMaterial
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AGMACylindricalGearMaterial : CylindricalGearMaterial, IEquatable<APIBase>
Properties
AllowableStressNumberBending
Modified by the Stress Cycle Factor, Y_N, to calculate the reference stress at 3*10^6 cycles for AGMA. This property can only be specified when 'Specify Allowable Stress Numbers?' is selected.
Measurement: Stress
Declaration
public override double AllowableStressNumberBending { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
Grade
Declaration
public AGMAMaterialGrade Grade { get; set; }
Property Value
MaterialApplication
Declaration
public AGMAMaterialApplications MaterialApplication { get; set; }
Property Value
MaterialClass
Declaration
public AGMAMaterialClasses MaterialClass { get; set; }
Property Value
StressCycleFactorAt1E10CyclesBending
Defines the slope of the SN curve at high number of cycles as defined by the shaded area in Figure 18 of AGMA 2101-D04. If set to 'From Material Application' the upper boundary of the area is used for a general application while the lower boundary is used for a critical application.
Declaration
public Overridable<double> StressCycleFactorAt1E10CyclesBending { get; set; }
Property Value
Defines the slope of the SN curve at high number of cycles as defined by the shaded area in Figure 17 of AGMA 2101-D04. If set to 'From Material Application' the upper boundary of the area is used for a general application while the lower boundary is used for a critical application.
Declaration
public Overridable<double> StressCycleFactorAt1E10CyclesContact { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods