Class CylindricalGearToothFatigueFractureResults
Inheritance
System.Object
CylindricalGearToothFatigueFractureResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CylindricalGearToothFatigueFractureResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AnalysisRows
Declaration
public ReadOnlyCollection<ToothFlankFractureAnalysisContactPoint> AnalysisRows { get; }
Property Value
CriticalSection
Declaration
public ToothFlankFractureAnalysisContactPoint CriticalSection { get; }
Property Value
MaximumMaterialExposure
Declaration
public double MaximumMaterialExposure { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointABSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointASection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointBSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointCSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointDESection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointDSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointESection { get; }
Property Value
WitzigsSafetyFactor
Declaration
public double WitzigsSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods