Class AbstractGearMeshRating
Inheritance
System.Object
AbstractGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractGearMeshRating : AbstractGearMeshAnalysis, IEquatable<APIBase>
Properties
CalculatedMeshEfficiency
Declaration
public virtual double CalculatedMeshEfficiency { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
NormalisedSafetyFactorForFatigue
Declaration
public double NormalisedSafetyFactorForFatigue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
NormalisedSafetyFactorForStatic
Declaration
public double NormalisedSafetyFactorForStatic { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>