CogCalibFeatureExtractorCheckerboard PhysGridPitchX Property Cognex VisionPro 9.8 SR1
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.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.0.0.0
Syntax

public double PhysGridPitchX { get; set; }

Property Value

Type: Double
The x value of the physical grid pitch of the checkerboard calibration plate. The default value is 1.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value is less than or equal to 0.
See Also