Cog3DPatMaxRunParams LocationConstraintMode Property Cognex VisionPro 9.5
Gets or sets the location constraint mode. This mode specifies the range of positions that are allowed for your result.

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

public Cog3DPatMaxLocationConstraintModeConstants LocationConstraintMode { get; set; }

Property Value

Type: Cog3DPatMaxLocationConstraintModeConstants
The location constraint mode. Default value is None.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is not a member of Cog3DPatMaxLocationConstraintModeConstants.
Remarks

You can choose to constrain the position of your result in one of three ways. You can:
See Also