Class AllRingPinsManufacturingError
Inheritance
System.Object
AllRingPinsManufacturingError
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class AllRingPinsManufacturingError : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AllPinsRoundnessChart
Declaration
public SMTBitmap AllPinsRoundnessChart { get; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
AngularPositionErrorForAllPins
Declaration
public double AngularPositionErrorForAllPins { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PinDiameterErrorForAllPins
Declaration
public double PinDiameterErrorForAllPins { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RadialPositionErrorForAllPins
Declaration
public double RadialPositionErrorForAllPins { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RingPinManufacturingErrors
Declaration
public ReadOnlyCollection<RingPinManufacturingError> RingPinManufacturingErrors { get; }
Property Value
RoundnessSpecification
Declaration
public RoundnessSpecification RoundnessSpecification { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods