Class CylindricalMeshDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalMeshDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalMeshDutyCycleRating : MeshDutyCycleRating, IEquatable<APIBase>
Properties
CylindricalMeshRatings
Declaration
public ReadOnlyCollection<CylindricalGearMeshRating> CylindricalMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshRating> |
HighestTorqueLoadCase
Declaration
public CylindricalGearMeshRating HighestTorqueLoadCase { get; }
Property Value
Type | Description |
---|---|
CylindricalGearMeshRating |
LoadedCylindricalMeshRatings
Declaration
public ReadOnlyCollection<CylindricalGearMeshRating> LoadedCylindricalMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshRating> |
MaximumNominalAxialForce
Measurement: Force
Declaration
public double MaximumNominalAxialForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumNominalTangentialLoad
Measurement: Force
Declaration
public double MaximumNominalTangentialLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumRadialSeparatingLoad
Measurement: Force
Declaration
public double MaximumRadialSeparatingLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
MicropittingSafetyFactor
The minimum of micropitting safety factors for all meshes
Measurement: SafetyFactor
Declaration
public double MicropittingSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
PermanentDeformationSafetyFactorStep1
Measurement: SafetyFactor
Declaration
public double PermanentDeformationSafetyFactorStep1 { get; }
Property Value
Type | Description |
---|---|
System.Double |
PermanentDeformationSafetyFactorStep2
Measurement: SafetyFactor
Declaration
public double PermanentDeformationSafetyFactorStep2 { get; }
Property Value
Type | Description |
---|---|
System.Double |
ScuffingLoadSafetyFactorIntegralTemperatureMethod
The minimum of scuffing load safety factors (integral temperature method) for all meshes
Measurement: SafetyFactor
Declaration
public double ScuffingLoadSafetyFactorIntegralTemperatureMethod { get; }
Property Value
Type | Description |
---|---|
System.Double |
ScuffingSafetyFactorFlashTemperatureMethod
The minimum of scuffing safety factors (flash temperature method) for all meshes
Measurement: SafetyFactor
Declaration
public double ScuffingSafetyFactorFlashTemperatureMethod { get; }
Property Value
Type | Description |
---|---|
System.Double |
ScuffingSafetyFactorIntegralTemperatureMethod
The minimum of scuffing safety factors (integral temperature method) for all meshes
Measurement: SafetyFactor
Declaration
public double ScuffingSafetyFactorIntegralTemperatureMethod { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>