Class StraightBevelDiffMeshedGearRating
Inheritance
System.Object
StraightBevelDiffMeshedGearRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class StraightBevelDiffMeshedGearRating : ConicalMeshedGearRating, IEquatable<APIBase>
Properties
AllowableBendingStressForPeakTorque
Declaration
public double AllowableBendingStressForPeakTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double AllowableBendingStressForPerformanceTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
CalculatedBendingStressForPeakTorque
Declaration
public double CalculatedBendingStressForPeakTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double CalculatedBendingStressForPerformanceTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakTorque
Declaration
public double PeakTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double PerformanceTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
RatingResult
Declaration
public string RatingResult { get; }
Property Value
| Type |
Description |
| System.String |
|
SafetyFactorForPeakTorque
Declaration
public double SafetyFactorForPeakTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double SafetyFactorForPerformanceTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
StrengthFactor
Declaration
public double StrengthFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTorqueTransmitted
Declaration
public double TotalTorqueTransmitted { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTransmittedPeakTorque
Declaration
public double TotalTransmittedPeakTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods