Class GearDutyCycleRating
Inheritance
System.Object
GearDutyCycleRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearDutyCycleRating : AbstractGearRating, IEquatable<APIBase>
Properties
DamageBending
Declaration
public override double DamageBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Declaration
public override double DamageContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
GearRatings
Declaration
public ReadOnlyCollection<GearRating> GearRatings { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<GearRating> |
|
GearSetDesignDutyCycle
Declaration
public GearSetDutyCycleRating GearSetDesignDutyCycle { get; }
Property Value
LeftFlankRating
Declaration
public virtual GearFlankRating LeftFlankRating { get; }
Property Value
MaximumBendingStress
Declaration
public double MaximumBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
RightFlankRating
Declaration
public virtual GearFlankRating RightFlankRating { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods