This class holds data generated by the hand-eye calibration progress
event. The hand-eye calibration progress event fires periodically during hand-eye calibration.
A progress value of 0.0 means 0% complete and a value of 1.0 means 100% complete.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro3D Cog3DHandEyeCalibrationProgressEventArgs
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
The Cog3DHandEyeCalibrationProgressEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DHandEyeCalibrationProgressEventArgs |
Construct this Cog3DHandEyeCalibrationProgressEventArgs using the
specified progress and message.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RequestCancel |
Request to cancel the current hand-eye calibration.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CancelRequested |
Gets whether a request to cancel the hand-eye calibration has been made.
| |
| Message |
Gets the message string.
| |
| Progress |
Gets the progress (fraction of completion).
|
See Also