Class HeightCorrection
Represents camera image settings written to the laser.
public class HeightCorrection : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseHeightCorrection
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
LowerLimit
Gets or sets the lower tolerance limit.
public double LowerLimit { get; set; }
Property Value
- double
The default value is -21.0 mm.
MarkingActiveIfOutOfLimits
Gets or sets whether the marking should be done when limits are exceeded.
public MarkingActiveStateIfOutOfLimits MarkingActiveIfOutOfLimits { get; set; }
Property Value
MeasurementCount
Gets or sets the count of measurements.
public int MeasurementCount { get; set; }
Property Value
- int
The default value is 3.
Method
Gets or sets the height correction method.
public HeightCorrectionMethod Method { get; set; }
Property Value
- HeightCorrectionMethod
The default value is Fixed.
UpperLimit
Gets or sets the upper tolerance limit in millimeters.
public double UpperLimit { get; set; }
Property Value
- double
The default value is 21.0 mm.
ZOffset
Gets or sets the offset of Z-direction.
public double ZOffset { get; set; }