Class GearSetRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetRating
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 GearSetRating : AbstractGearSetRating, IEquatable<APIBase>
Properties
GearMeshRatings
Declaration
public ReadOnlyCollection<GearMeshRating> GearMeshRatings { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<GearMeshRating> |
GearRatings
Declaration
public ReadOnlyCollection<GearRating> GearRatings { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<GearRating> |
LubricationDetail
Declaration
public LubricationDetail LubricationDetail { get; }
Property Value
| Type | Description |
|---|---|
| LubricationDetail |
Name
Declaration
public override string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Rating
Declaration
public virtual string Rating { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalGearSetReliability
Reliability including bending and contact for all the gears in the gear set. 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 TotalGearSetReliability { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>