Class FindleyCriticalPlaneAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FindleyCriticalPlaneAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearTwoDFEAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FindleyCriticalPlaneAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>