Class ToothFlankFractureAnalysisRowN1457
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ToothFlankFractureAnalysisRowN1457
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 ToothFlankFractureAnalysisRowN1457 : ToothFlankFractureAnalysisContactPointN1457, IEquatable<APIBase>
Properties
AnalysisPointWithMaximumFatigueDamage
Declaration
public ToothFlankFractureAnalysisPointN1457 AnalysisPointWithMaximumFatigueDamage { get; }
Property Value
Type | Description |
---|---|
ToothFlankFractureAnalysisPointN1457 |
MaximumFatigueDamage
Declaration
public double MaximumFatigueDamage { get; }
Property Value
Type | Description |
---|---|
System.Double |
WatchPoints
Declaration
public ReadOnlyCollection<ToothFlankFractureAnalysisPointN1457> WatchPoints { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ToothFlankFractureAnalysisPointN1457> |
Implements
System.IEquatable<T>