Class SafetyFactorResults
Inheritance
System.Object
SafetyFactorResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SafetyFactorResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FatigueBendingSafetyFactor
Declaration
public double FatigueBendingSafetyFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double FatigueContactSafetyFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FatigueSafetyFactor
Declaration
public double FatigueSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
StaticBendingSafetyFactor
Declaration
public double StaticBendingSafetyFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StaticContactSafetyFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StaticSafetyFactor
Declaration
public double StaticSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods