Class GearMeshRating
Inheritance
System.Object
GearMeshRating
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearMeshRating : AbstractGearMeshRating, IEquatable<APIBase>
Properties
CalculatedEnergyLoss
Declaration
public double CalculatedEnergyLoss { get; }
Property Value
Type |
Description |
System.Double |
|
CalculatedMeshEfficiency
Declaration
public override double CalculatedMeshEfficiency { get; }
Property Value
Type |
Description |
System.Double |
|
Overrides
DrivingGear
Declaration
public string DrivingGear { get; }
Property Value
Type |
Description |
System.String |
|
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type |
Description |
System.Boolean |
|
MeshLoadCase
Declaration
public MeshLoadCase MeshLoadCase { get; }
Property Value
PinionName
Declaration
public string PinionName { get; }
Property Value
Type |
Description |
System.String |
|
PinionTorque
Declaration
public double PinionTorque { get; }
Property Value
Type |
Description |
System.Double |
|
SignedPinionTorque
Declaration
public double SignedPinionTorque { get; }
Property Value
Type |
Description |
System.Double |
|
SignedWheelTorque
Declaration
public double SignedWheelTorque { get; }
Property Value
Type |
Description |
System.Double |
|
TotalEnergy
Declaration
public double TotalEnergy { get; }
Property Value
Type |
Description |
System.Double |
|
WheelName
Declaration
public string WheelName { get; }
Property Value
Type |
Description |
System.String |
|
WheelTorque
Declaration
public double WheelTorque { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods