Class ToothFlankFractureAnalysisContactPointCommon
Inheritance
System.Object
ToothFlankFractureAnalysisContactPointCommon
Assembly: SMT.MastaAPI.14.1.dll
public abstract class ToothFlankFractureAnalysisContactPointCommon : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public ToothFlankFractureAnalysisPoint AnalysisPointWithMaximumLocalMaterialExposure { get; }
Property Value
Declaration
public double EffectiveCaseDepth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double HalfOfHertzianContactWidth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double HertzianContactStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double LocalNormalRadiusOfRelativeCurvature { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaterialFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaterialFactorConstant { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumMaterialExposure { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MaximumResidualStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double TransverseThicknessAtTheDiameterCorrespondingToTheMiddleBetweenBAndD { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public ReadOnlyCollection<ToothFlankFractureAnalysisPoint> WatchPoints { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods