Class CalculateProfileDeviationAccuracy
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CalculateProfileDeviationAccuracy
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CalculateProfileDeviationAccuracy : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AchievedProfileAGMA20151A01QualityGrade
Declaration
public double AchievedProfileAGMA20151A01QualityGrade { get; }
Property Value
Type |
Description |
System.Double |
|
AchievedProfileISO132811995EQualityGrade
Declaration
public double AchievedProfileISO132811995EQualityGrade { get; }
Property Value
Type |
Description |
System.Double |
|
FlankName
Declaration
public string FlankName { get; }
Property Value
Type |
Description |
System.String |
|
ManufacturedAGMA20151A01QualityGrades
Declaration
public ReadOnlyCollection<ManufacturedQualityGrade> ManufacturedAGMA20151A01QualityGrades { get; }
Property Value
ManufacturedISO132811995EQualityGrades
Declaration
public ReadOnlyCollection<ManufacturedQualityGrade> ManufacturedISO132811995EQualityGrades { get; }
Property Value
ProfileDeviationAGMA20151A01QualityGradeDesigned
Declaration
public double ProfileDeviationAGMA20151A01QualityGradeDesigned { get; }
Property Value
Type |
Description |
System.Double |
|
ProfileDeviationISO132811995EQualityGradeDesigned
Declaration
public double ProfileDeviationISO132811995EQualityGradeDesigned { get; }
Property Value
Type |
Description |
System.Double |
|
Measurement: VeryShortLength
Declaration
public double ProfileFormDeviation { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ProfileFormDeviationAGMA20151A01QualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ProfileFormDeviationISO132811995EQualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
ProfileSlopeDeviation
Measurement: VeryShortLength
Declaration
public double ProfileSlopeDeviation { get; }
Property Value
Type |
Description |
System.Double |
|
ProfileSlopeDeviationAGMA20151A01QualityGradeObtained
Declaration
public double ProfileSlopeDeviationAGMA20151A01QualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
ProfileSlopeDeviationISO132811995EQualityGradeObtained
Declaration
public double ProfileSlopeDeviationISO132811995EQualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
TotalProfileDeviation
Measurement: VeryShortLength
Declaration
public double TotalProfileDeviation { get; }
Property Value
Type |
Description |
System.Double |
|
TotalProfileDeviationAGMA20151A01QualityGradeObtained
Declaration
public double TotalProfileDeviationAGMA20151A01QualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
TotalProfileDeviationISO132811995EQualityGradeObtained
Declaration
public double TotalProfileDeviationISO132811995EQualityGradeObtained { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods