Class ISOCylindricalGearMaterial
Inheritance
System.Object
ISOCylindricalGearMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ISOCylindricalGearMaterial : CylindricalGearMaterial, IEquatable<APIBase>
Properties
LimitedPittingAllowed
Declaration
public bool LimitedPittingAllowed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
LongLifeLifeFactorBending
Declaration
public double LongLifeLifeFactorBending { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double LongLifeLifeFactorContact { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaterialHasAWellDefinedYieldPoint
Declaration
public bool MaterialHasAWellDefinedYieldPoint { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaterialType
Declaration
public override ListWithSelectedItem<string> MaterialType { get; set; }
Property Value
Overrides
N0Bending
Declaration
public override double N0Bending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Declaration
public override double N0Contact { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ProofStress
Declaration
public double ProofStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
QualityGrade
Declaration
public QualityGrade QualityGrade { get; set; }
Property Value
ShotPeeningBendingStressBenefit
Declaration
public Overridable<double> ShotPeeningBendingStressBenefit { get; set; }
Property Value
UseCustomMaterialForBending
Declaration
public bool UseCustomMaterialForBending { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseCustomMaterialForContact { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseISO633652003MaterialDefinitions
Declaration
public bool UseISO633652003MaterialDefinitions { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods