Class ToothFlankFractureAnalysisSettings
Inheritance
System.Object
ToothFlankFractureAnalysisSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ToothFlankFractureAnalysisSettings : IndependentReportablePropertiesBase<ToothFlankFractureAnalysisSettings>, IEquatable<APIBase>
Properties
IncludeAnalysisAccordingToTheFrenchProposalN1457
Declaration
public bool IncludeAnalysisAccordingToTheFrenchProposalN1457 { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MeasuredResidualStressProfileProperty
Declaration
public Vector2DListAccessor MeasuredResidualStressProfileProperty { get; set; }
Property Value
MullerResidualStressCalculator
Declaration
public MullerResidualStressDefinition MullerResidualStressCalculator { get; }
Property Value
ResidualStressCalculationMethod
Declaration
public EnumWithSelectedValue<ResidualStressCalculationMethod> ResidualStressCalculationMethod { get; set; }
Property Value
UseEnhancedCalculationWithResidualStressSensitivity
Declaration
public bool UseEnhancedCalculationWithResidualStressSensitivity { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods