Class GearMeshRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshRating
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 GearMeshRating : AbstractGearMeshRating, IEquatable<APIBase>
Properties
DrivingGear
Declaration
public string DrivingGear { get; }
Property Value
Type | Description |
---|---|
System.String |
EnergyLoss
Measurement: Energy
Declaration
public double EnergyLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MeshEfficiency
Measurement: Percentage
Declaration
public override double MeshEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
MeshLoadCase
Declaration
public MeshLoadCase MeshLoadCase { get; }
Property Value
Type | Description |
---|---|
MeshLoadCase |
PinionName
Declaration
public string PinionName { get; }
Property Value
Type | Description |
---|---|
System.String |
PinionTorque
Measurement: Torque
Declaration
public double PinionTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedPinionTorque
Measurement: Torque
Declaration
public double SignedPinionTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
SignedWheelTorque
Measurement: Torque
Declaration
public double SignedWheelTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalEnergy
Measurement: Energy
Declaration
public double TotalEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
WheelName
Declaration
public string WheelName { get; }
Property Value
Type | Description |
---|---|
System.String |
WheelTorque
Measurement: Torque
Declaration
public double WheelTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>