Class VDI2737SafetyFactorReportingObject
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class VDI2737SafetyFactorReportingObject : APIBase, IEquatable<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>