Class AbstractGearMeshRating
Inheritance
System.Object
AbstractGearMeshRating
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractGearMeshRating : AbstractGearMeshAnalysis, IEquatable<APIBase>
Properties
CalculatedMeshEfficiency
Measurement: Percentage
Declaration
public virtual double CalculatedMeshEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalisedSafetyFactorForFatigue
The minimum of contact and bending safety factors normalised against the requirement for fatigue failure
Declaration
public double NormalisedSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalisedSafetyFactorForFatigueAndStatic
The minimum of contact and bending safety factors normalised against the requirement for both static and fatigue failure
Declaration
public double NormalisedSafetyFactorForFatigueAndStatic { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalisedSafetyFactorForStatic
The minimum of contact and bending safety factors normalised against the requirement for static failure
Declaration
public double NormalisedSafetyFactorForStatic { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>