Class HardenedMaterialProperties
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HardenedMaterialProperties
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HardenedMaterialProperties : IndependentReportablePropertiesBase<HardenedMaterialProperties>, IEquatable<APIBase>
Properties
CriticalStress
Measurement: Stress
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>