Class RingPinManufacturingError
Inheritance
System.Object
RingPinManufacturingError
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RingPinManufacturingError : APIBase, IEquatable<APIBase>
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
Measurement: VeryShortLength
Declaration
public Overridable<double> PinDiameterError { get; set; }
Property Value
PinRadialPositionError
Measurement: VeryShortLength
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