Class WormGearDutyCycleRating
Inheritance
System.Object
WormGearDutyCycleRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class WormGearDutyCycleRating : GearDutyCycleRating, IEquatable<APIBase>
Properties
GearRatings
Declaration
[Obsolete("Use WormGearRatings")]
public ReadOnlyCollection<WormGearRating> GearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearRating> |
|
GearSetDesignDutyCycle
Declaration
[Obsolete("Use WormGearSetDesignDutyCycle")]
public WormGearSetDutyCycleRating GearSetDesignDutyCycle { get; }
Property Value
LeftFlankRating
Declaration
public override GearFlankRating LeftFlankRating { get; }
Property Value
Overrides
RightFlankRating
Declaration
public override GearFlankRating RightFlankRating { get; }
Property Value
Overrides
WormGearRatings
Declaration
public ReadOnlyCollection<WormGearRating> WormGearRatings { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<WormGearRating> |
|
WormGearSetDesignDutyCycle
Declaration
public WormGearSetDutyCycleRating WormGearSetDesignDutyCycle { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods