Class TiffAnalysisSettings
Inheritance
System.Object
TiffAnalysisSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TiffAnalysisSettings : IndependentReportablePropertiesBase<TiffAnalysisSettings>, IEquatable<APIBase>
Properties
CoreMaterialProperties
Declaration
public HardenedMaterialProperties CoreMaterialProperties { get; }
Property Value
IncludeFindleyAnalysis
Declaration
public bool IncludeFindleyAnalysis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeResidualStresses
Declaration
public bool IncludeResidualStresses { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IncludeShotPeening
Declaration
public bool IncludeShotPeening { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MeasuredResidualStressProfileProperty
Declaration
public Vector2DListAccessor MeasuredResidualStressProfileProperty { get; set; }
Property Value
NumberOfRotationsForFindley
Declaration
public int NumberOfRotationsForFindley { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ShotPeeningDepth
Declaration
public double ShotPeeningDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShotPeeningFactor
Declaration
public double ShotPeeningFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StrainAtMidCaseDepth
Declaration
public double StrainAtMidCaseDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StrainAtSurface
Declaration
public double StrainAtSurface { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SurfaceMaterialProperties
Declaration
public HardenedMaterialProperties SurfaceMaterialProperties { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods