Enumeration of location constraint modes that can be set in the
LocationConstraintMode
property. These modes constrain where the pattern can be found be at
runtime.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Origin | 0 | The origin of the found pattern is constrained to lie within the SearchRegion. | |
| BoundingBoxCorners | 1 | All eight corners of the found pattern's 3D bounding box are constrained to lie within the SearchRegion. | |
| None | 2 | The location of the found pattern is not constrained at all. |
See Also