Cog3DPatMaxLocationConstraintModeConstants EnumerationCognex VisionPro 9.5
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.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public enum Cog3DPatMaxLocationConstraintModeConstants
Members

  Member nameValueDescription
Origin0 The origin of the found pattern is constrained to lie within the SearchRegion.
BoundingBoxCorners1 All eight corners of the found pattern's 3D bounding box are constrained to lie within the SearchRegion.
None2 The location of the found pattern is not constrained at all.
See Also