Class RaceRoundnessAtAngle
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RaceRoundnessAtAngle : APIBase, IEquatable<APIBase>
Properties
Angle
Measurement: Angle
Declaration
public double Angle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Deviation
Measurement: VeryShortLength
Declaration
public double Deviation { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>