Gets/sets the physical units of grid pitch along the x-axis of the
calibration plate coordinate system (Plate2D,
see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants).
It is the distance between any two adjacent
checker vertices whenever the line joining them is parallel to the
x axis of Plate2D.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe x value of the physical grid pitch of the checkerboard calibration plate. The default value is 1.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is less than or equal to 0. |
See Also