Gets or sets the run mode. This mode controls how the tool
should search for matches in the runtime 3D data.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Cog3DPatMaxRunModeConstantsThe run mode. Default value is SearchImage.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is not a member of Cog3DPatMaxRunModeConstants. |
Remarks
In the event that the user already knows the presence of an instance as well as its approximate run-time pose, it may be appropriate to use RefineStartPose to improve the pose accuracy at a faster run-time speed.
See Also