Class FindleyCriticalPlaneAnalysis
Inheritance
System.Object
FindleyCriticalPlaneAnalysis
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FindleyCriticalPlaneAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CrackInitiationRiskFactor
Declaration
public ReadOnlyCollection<double> CrackInitiationRiskFactor { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
MaximumFindleyCriticalPlaneAngle
Declaration
public ReadOnlyCollection<Vector2D> MaximumFindleyCriticalPlaneAngle { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Vector2D> |
|
MaximumFindleyCriticalPlaneStress
Declaration
public ReadOnlyCollection<double> MaximumFindleyCriticalPlaneStress { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
MaxNormalStress
Declaration
public ReadOnlyCollection<double> MaxNormalStress { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
MaxShearAmplitude
Declaration
public ReadOnlyCollection<double> MaxShearAmplitude { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
Implements
System.IEquatable<T>
Extension Methods