Class GearSetDutyCycleRating
Inheritance
System.Object
GearSetDutyCycleRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearSetDutyCycleRating : AbstractGearSetRating, IEquatable<APIBase>
Properties
DutyCycleName
Declaration
public string DutyCycleName { get; }
Property Value
Type |
Description |
System.String |
|
GearDutyCycleRatings
Declaration
public ReadOnlyCollection<GearDutyCycleRating> GearDutyCycleRatings { get; }
Property Value
GearMeshDutyCycleRatings
Declaration
public ReadOnlyCollection<MeshDutyCycleRating> GearMeshDutyCycleRatings { get; }
Property Value
GearMeshRatings
Declaration
[Obsolete("Use GearMeshDutyCycleRatings")]
public ReadOnlyCollection<MeshDutyCycleRating> GearMeshRatings { get; }
Property Value
GearRatings
Declaration
[Obsolete("Use GearDutyCycleRatings")]
public ReadOnlyCollection<GearDutyCycleRating> GearRatings { get; }
Property Value
GearSetDesign
Declaration
public GearSetDesign GearSetDesign { get; }
Property Value
Name
Declaration
public override string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
TotalDutyCycleGearSetReliability
Reliability including bending and contact. The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.
Measurement: Percentage
Declaration
public double TotalDutyCycleGearSetReliability { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
SetFaceWidthsForSpecifiedSafetyFactors()
Declaration
public void SetFaceWidthsForSpecifiedSafetyFactors()
Implements
System.IEquatable<T>
Extension Methods