Class HardenedMaterialProperties
Inheritance
System.Object
HardenedMaterialProperties
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class HardenedMaterialProperties : IndependentReportablePropertiesBase<HardenedMaterialProperties>, IEquatable<APIBase>
Properties
CriticalStress
Declaration
public double CriticalStress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FatigueSensitivityToNormalStress
Declaration
public double FatigueSensitivityToNormalStress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>