Class CaseHardeningProperties
Inheritance
System.Object
CaseHardeningProperties
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CaseHardeningProperties : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
DepthAtMaximumHardness
Declaration
public double DepthAtMaximumHardness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EffectiveCaseDepth
Declaration
public double EffectiveCaseDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HardnessProfileCalculationMethod
Declaration
public HardnessProfileCalculationMethod HardnessProfileCalculationMethod { get; set; }
Property Value
HeatTreatmentType
Declaration
public HeatTreatmentType HeatTreatmentType { get; }
Property Value
TotalCaseDepth
Declaration
public double TotalCaseDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
VickersHardnessHVAtEffectiveCaseDepth
Declaration
public double VickersHardnessHVAtEffectiveCaseDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods