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. |
GearDutyCycleRatings
Declaration
public ReadOnlyCollection<GearDutyCycleRating> GearDutyCycleRatings { get; }
Property Value
Type | Description |
---|---|
System. |
MeshEfficiency
Measurement: Percentage
Declaration
public override double MeshEfficiency { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
TotalEnergy
Measurement: Energy
Declaration
public double TotalEnergy { get; }
Property Value
Type | Description |
---|---|
System. |
Implements
System.IEquatable<T>