Class RoundnessSpecification
Inheritance
System.Object
RoundnessSpecification
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RoundnessSpecification : IndependentReportablePropertiesBase<RoundnessSpecification>, IEquatable<APIBase>
Properties
AngleOfFirstMaxDeviationFromRound
Declaration
public double AngleOfFirstMaxDeviationFromRound { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumDeviationFromRound
Declaration
public double MaximumDeviationFromRound { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfLobes
Declaration
public int NumberOfLobes { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RoundnessDistribution
Declaration
public ReadOnlyCollection<RaceRoundnessAtAngle> RoundnessDistribution { get; }
Property Value
SpecificationType
Declaration
public RoundnessSpecificationType SpecificationType { get; set; }
Property Value
TypeOfFit
Declaration
public TypeOfFit TypeOfFit { get; set; }
Property Value
UserSpecifiedDeviation
Declaration
public Vector2DListAccessor UserSpecifiedDeviation { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods