Class FindleyCriticalPlaneAnalysis
Inheritance
System.Object
FindleyCriticalPlaneAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FindleyCriticalPlaneAnalysis : APIBase, IEquatable<APIBase>
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