Class ToothFlankFractureAnalysisContactPointCommon
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToothFlankFractureAnalysisContactPointCommon
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.ISO6336
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ToothFlankFractureAnalysisContactPointCommon : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
AnalysisPointWithMaximumLocalMaterialExposure
Declaration
public ToothFlankFractureAnalysisPoint AnalysisPointWithMaximumLocalMaterialExposure { get; }
Property Value
Type | Description |
---|---|
ToothFlankFractureAnalysisPoint |
EffectiveCaseDepth
Measurement: ShortLength
Declaration
public double EffectiveCaseDepth { get; }
Property Value
Type | Description |
---|---|
System.Double |
HalfOfHertzianContactWidth
Measurement: ShortLength
Declaration
public virtual double HalfOfHertzianContactWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianContactStress
Measurement: Stress
Declaration
public virtual double HertzianContactStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
LocalNormalRadiusOfRelativeCurvature
Measurement: ShortLength
Declaration
public virtual double LocalNormalRadiusOfRelativeCurvature { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaterialFactor
Declaration
public double MaterialFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaterialFactorConstant
Measurement: ShortLength
Declaration
public double MaterialFactorConstant { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumMaterialExposure
Declaration
public double MaximumMaterialExposure { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumResidualStress
Measurement: Stress
Declaration
public double MaximumResidualStress { get; }
Property Value
Type | Description |
---|---|
System.Double |
TransverseThicknessAtTheDiameterCorrespondingToTheMiddleBetweenBAndD
Chordal Tooth Thickness in Transverse Section at the Diameter Corresponding to the Middle Between B and D
Measurement: ShortLength
Declaration
public double TransverseThicknessAtTheDiameterCorrespondingToTheMiddleBetweenBAndD { get; }
Property Value
Type | Description |
---|---|
System.Double |
WatchPoints
Declaration
public ReadOnlyCollection<ToothFlankFractureAnalysisPoint> WatchPoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ToothFlankFractureAnalysisPoint> |
Implements
System.IEquatable<T>