Cog3DRangeImageCrossSectionExtractCornerV2 MaxCornerAngle Property Cognex VisionPro
Gets or sets the MaxCornerAngle in radians. The field specifies the maximum (absolute value) angle a corner needs to have for it to be detected. The angle if the change in profile direction.

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

public double MaxCornerAngle { get; set; }

Property Value

Type: Double
Default value is 0.94PI (130 degrees).
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is less than or equal 0, or if the value is greater than PI.
Remarks

The max must be greater than the min, the min must be greater than 0, and the max must be less than or equal to PI (180). If the user sets the max to be less than min, both values will change so min is less than max by at least 0.01 radians. If the value is 0.01, the min will be set to 0.01 and the max will be bumped by 0.01.
See Also