Class ToothFlankFractureAnalysisPointN1457
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToothFlankFractureAnalysisPointN1457
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 class ToothFlankFractureAnalysisPointN1457 : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Coordinates
Declaration
public Vector2D Coordinates { get; }
Property Value
Type | Description |
---|---|
Vector2D |
DepthFromSurface
Measurement: ShortLength
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
Measurement: Stress
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
Type | Description |
---|---|
ToothFlankFractureStressStepAtAnalysisPointN1457 |
StressHistory
Declaration
public ReadOnlyCollection<ToothFlankFractureStressStepAtAnalysisPointN1457> StressHistory { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ToothFlankFractureStressStepAtAnalysisPointN1457> |
TangentialComponentOfCompressiveResidualStresses
Measurement: Stress
Declaration
public double TangentialComponentOfCompressiveResidualStresses { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>