CogCalibCheckerboard CalibratedOriginX Property Cognex VisionPro 9.8
The desired X position of the calibrated space origin, expressed in the coordinate space specified by CalibratedOriginSpace. Calibrated space will be adjusted so that its origin appears at this X position when calibrated.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public double CalibratedOriginX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCalibCheckerboard Changed

Fires when the value of this property changes and the object has not been calibrated.

The following state flag may be affected:

CogCalibCheckerboard Changed

Fires when the value of this property changes and full or partial calibration is completed.

The following state flags may be affected:

Remarks

The desired X-coordinate of the calibrated space origin, expressed in the coordinate space specified by CalibratedOriginSpace. Calibrated space will be adjusted so that its origin appears at this X-coordinate when calibrated.

Default Value: 0

See Also