Class VDI2737SafetyFactorReportingObject
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
VDI2737SafetyFactorReportingObject
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class VDI2737SafetyFactorReportingObject : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CrackInitiation
Measurement: SafetyFactor
Declaration
public double CrackInitiation { get; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueFracture
Measurement: SafetyFactor
Declaration
public double FatigueFracture { get; }
Property Value
Type | Description |
---|---|
System.Double |
PermanentDeformation
Measurement: SafetyFactor
Declaration
public double PermanentDeformation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>