ICogAcqFieldCalibration SetFieldCalibrationSpaceName3D Method Cognex VisionPro 9.5
Set the name of a 3D coordinate space.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

void SetFieldCalibrationSpaceName3D(
	CogFieldCalibrationSpaceConstants space,
	string value
)
Remarks

Each space as defined by CogFieldCalibrationSpaceConstants can have a name associated with it. The AcqFifo will internally keep track of the names. The default values are a text representation of the coordinate spaces ("Phys3D", "Sensor3D", "YLockedToMotion3D")

If field calibration is disabled, CalibratedSpaceName3D is used.

See Also