Class CylindricalGearDutyCycleRating
Inheritance
System.Object
CylindricalGearDutyCycleRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearDutyCycleRating : GearDutyCycleRating, IEquatable<APIBase>
Properties
CylindricalGearMeshRatings
Declaration
public ReadOnlyCollection<MeshRatingForReports> CylindricalGearMeshRatings { get; }
Property Value
CylindricalGearRatings
Declaration
public ReadOnlyCollection<CylindricalGearRating> CylindricalGearRatings { get; }
Property Value
CylindricalGearSetDesignDutyCycle
Declaration
public CylindricalGearSetDutyCycleRating CylindricalGearSetDesignDutyCycle { get; }
Property Value
GearRatings
Declaration
[Obsolete("Use CylindricalGearRatings")]
public ReadOnlyCollection<CylindricalGearRating> GearRatings { get; }
Property Value
GearSetDesignDutyCycle
Declaration
[Obsolete("Use CylindricalGearSetDesignDutyCycle")]
public CylindricalGearSetDutyCycleRating GearSetDesignDutyCycle { get; }
Property Value
HighestMaximumMaterialExposure
Declaration
public double HighestMaximumMaterialExposure { get; }
Property Value
| Type |
Description |
| System.Double |
|
LeftFlankRating
Declaration
public override GearFlankRating LeftFlankRating { get; }
Property Value
Overrides
RightFlankRating
Declaration
public override GearFlankRating RightFlankRating { get; }
Property Value
Overrides
Declaration
public double SafetyFactorAgainstPermanentDeformation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double SafetyFactorAgainstPermanentDeformationWithInfluenceOfRim { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods