Class GearDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearDutyCycleRating : AbstractGearRating, IEquatable<APIBase>
Properties
DamageBending
Measurement: Damage
Declaration
public override double DamageBending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
DamageContact
Measurement: Damage
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
Type | Description |
---|---|
GearSetDutyCycleRating |
LeftFlankRating
Declaration
public virtual GearFlankRating LeftFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
MaximumBendingStress
Measurement: Stress
Declaration
public double MaximumBendingStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumContactStress
Measurement: Stress
Declaration
public double MaximumContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
RightFlankRating
Declaration
public virtual GearFlankRating RightFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Implements
System.IEquatable<T>