Class MeshDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshDutyCycleRating
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 MeshDutyCycleRating : AbstractGearMeshRating, IEquatable<APIBase>
Properties
EnergyLoss
Measurement: Energy
Declaration
public double EnergyLoss { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearDutyCycleRatings
Declaration
public ReadOnlyCollection<GearDutyCycleRating> GearDutyCycleRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearDutyCycleRating> |
MeshEfficiency
Measurement: Percentage
Declaration
public override double MeshEfficiency { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
TotalEnergy
Measurement: Energy
Declaration
public double TotalEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>