Class BevelGearISOMaterial
Inheritance
System.Object
BevelGearISOMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BevelGearISOMaterial : BevelGearMaterial, IEquatable<APIBase>
Properties
AllowableBendingStress
Declaration
public override double AllowableBendingStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Declaration
public override double AllowableContactStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ISOMaterialType
Declaration
public ListWithSelectedItem<string> ISOMaterialType { get; set; }
Property Value
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 |
|
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
SpecifyAllowableStressNumbers
Declaration
public bool SpecifyAllowableStressNumbers { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseISO633652003MaterialDefinitions
Declaration
public bool UseISO633652003MaterialDefinitions { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods