Class AbstractGearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractGearMeshRating
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 AbstractGearMeshRating : AbstractGearMeshAnalysis, IEquatable<APIBase>
Properties
MeshEfficiency
Measurement: Percentage
Declaration
public virtual double MeshEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalizedSafetyFactorForFatigue
The minimum of contact and bending safety factors normalised against the requirement for fatigue failure
Declaration
public double NormalizedSafetyFactorForFatigue { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalizedSafetyFactorForStatic
The minimum of contact and bending safety factors normalised against the requirement for static failure
Declaration
public double NormalizedSafetyFactorForStatic { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>