Class KlingelnbergCycloPalloidConicalGearMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
KlingelnbergCycloPalloidConicalGearMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class KlingelnbergCycloPalloidConicalGearMaterial : GearMaterial, IEquatable<APIBase>
Properties
SpecifyAllowableStressNumbers
If this option is not selected, allowable stress numbers for fatigue are calculated from the specified material class and hardness according to KN 3030
Declaration
public bool SpecifyAllowableStressNumbers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StressNumberBending
Used to calculate the fatigue safety factor for bending
Measurement: Stress
Declaration
public double StressNumberBending { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StressNumberContact
Used to calculate the fatigue safety factor for contact
Measurement: Stress
Declaration
public double StressNumberContact { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StressNumberStaticBending
Used to calculate the static safety factor for bending
Measurement: Stress
Declaration
public double StressNumberStaticBending { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StressNumberStaticContact
Used to calculate the static safety factor for contact
Measurement: Stress
Declaration
public double StressNumberStaticContact { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>