Class MaximumStaticContactStressResultsAbstract
Inheritance
System.Object
MaximumStaticContactStressResultsAbstract
Assembly: SMT.MastaAPI.14.1.1.dll
public abstract class MaximumStaticContactStressResultsAbstract : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double SafetyFactorInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double SafetyFactorOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StressRatioInner { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StressRatioOuter { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods