Class ToothFlankFractureAnalysisPointN1457
Inheritance
System.Object
ToothFlankFractureAnalysisPointN1457
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ToothFlankFractureAnalysisPointN1457 : APIBase, IEquatable<APIBase>
Properties
Coordinates
Declaration
public Vector2D Coordinates { get; }
Property Value
DepthFromSurface
Declaration
public double DepthFromSurface { get; }
Property Value
Type |
Description |
System.Double |
|
FatigueDamage
Declaration
public double FatigueDamage { get; }
Property Value
Type |
Description |
System.Double |
|
HardnessConversionFactor
Declaration
public double HardnessConversionFactor { get; }
Property Value
Type |
Description |
System.Double |
|
LocalMaterialHardness
Declaration
public double LocalMaterialHardness { get; }
Property Value
Type |
Description |
System.Double |
|
LocalPermissibleShearStrength
Fatigue limit under alternating torsion
Measurement: Stress
Declaration
public double LocalPermissibleShearStrength { get; }
Property Value
Type |
Description |
System.Double |
|
MaximumEquivalentStress
Declaration
public double MaximumEquivalentStress { get; }
Property Value
Type |
Description |
System.Double |
|
NormalisedDepthFromSurface
Declaration
public double NormalisedDepthFromSurface { get; }
Property Value
Type |
Description |
System.Double |
|
StressAnalysisWithMaximumEquivalentStress
Declaration
public ToothFlankFractureStressStepAtAnalysisPointN1457 StressAnalysisWithMaximumEquivalentStress { get; }
Property Value
StressHistory
Declaration
public ReadOnlyCollection<ToothFlankFractureStressStepAtAnalysisPointN1457> StressHistory { get; }
Property Value
TangentialComponentOfCompressiveResidualStresses
Declaration
public double TangentialComponentOfCompressiveResidualStresses { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods