Class ISO132811995AccuracyGrader
Inheritance
System.Object
ISO132811995AccuracyGrader
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ISO132811995AccuracyGrader : ISO1328AccuracyGraderCommon, IEquatable<APIBase>
Properties
CumulativePitchDeviation
Declaration
public OverridableTolerance CumulativePitchDeviation { get; }
Property Value
Declaration
public virtual OverridableTolerance HelixFormDeviation { get; }
Property Value
HelixSlopeDeviation
Declaration
public virtual OverridableTolerance HelixSlopeDeviation { get; }
Property Value
Declaration
public virtual OverridableTolerance ProfileFormDeviation { get; }
Property Value
ProfileSlopeDeviation
Declaration
public virtual OverridableTolerance ProfileSlopeDeviation { get; }
Property Value
Runout
Declaration
public virtual OverridableTolerance Runout { get; }
Property Value
SinglePitchDeviation
Declaration
public virtual OverridableTolerance SinglePitchDeviation { get; }
Property Value
TotalCumulativePitchDeviation
Declaration
public virtual OverridableTolerance TotalCumulativePitchDeviation { get; }
Property Value
TotalHelixDeviation
Declaration
public virtual OverridableTolerance TotalHelixDeviation { get; }
Property Value
TotalProfileDeviation
Declaration
public virtual OverridableTolerance TotalProfileDeviation { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods