Cog3DAlignRunParams LocationConstraintMode Property Cognex VisionPro
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: 65.1.0.0
Syntax

public Cog3DAlignLocationConstraintModeConstants LocationConstraintMode { get; set; }

Property Value

Type: Cog3DAlignLocationConstraintModeConstants
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 Cog3DAlignLocationConstraintModeConstants.
Remarks

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