Class GearFlankRating
Inheritance
System.Object
GearFlankRating
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearFlankRating : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BendingSafetyFactorForFatigue
Declaration
public double BendingSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
BendingSafetyFactorForStatic
Declaration
public double BendingSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactSafetyFactorForFatigue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ContactSafetyFactorForStatic { get; }
Property Value
| Type |
Description |
| System.Double |
|
Cycles
Declaration
public double Cycles { get; }
Property Value
| Type |
Description |
| System.Double |
|
DamageBending
Declaration
public double DamageBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double DamageContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumBendingStress
Declaration
public double MaximumBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumStaticBendingStress
Declaration
public double MaximumStaticBendingStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumStaticContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
ReliabilityBending
Declaration
public double ReliabilityBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double ReliabilityContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods