CogCalibCheckerboard CalibratedXAxisRotationSpace Property Cognex VisionPro
Specifies whether the CalibratedXAxisRotation property is expressed in uncalibrated space, or in raw calibrated space.

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

public CogCalibCheckerboardAdjustmentSpaceConstants CalibratedXAxisRotationSpace { get; set; }

Property Value

Type: CogCalibCheckerboardAdjustmentSpaceConstants
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:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogCalibCheckerboardAdjustmentSpaceConstants.

Remarks

Specifies whether the CalibratedXAxisRotation property is expressed in uncalibrated space, or in raw calibrated space.

Default Value: RawCalibrated

See Also