Class RingPinManufacturingError
Inheritance
System.Object
RingPinManufacturingError
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RingPinManufacturingError : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
OverrideAllPinsRoundnessSpecification
Declaration
public bool OverrideAllPinsRoundnessSpecification { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PinAngularPositionError
Declaration
public Overridable<double> PinAngularPositionError { get; set; }
Property Value
PinDiameterError
Declaration
public Overridable<double> PinDiameterError { get; set; }
Property Value
PinRadialPositionError
Declaration
public Overridable<double> PinRadialPositionError { get; set; }
Property Value
PinRoundnessChart
Declaration
public SMTBitmap PinRoundnessChart { get; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
RoundnessSpecification
Declaration
public RoundnessSpecification RoundnessSpecification { get; }
Property Value
ShowPinRoundnessChart
Declaration
public bool ShowPinRoundnessChart { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods