Cog3DRangeImageCrossSectionExtractCornerV2 MinCornerAngle Property Cognex VisionPro
Gets or sets the MinCornerAngle in radians. The field specifies the minimum (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 MinCornerAngle { get; set; }

Property Value

Type: Double
Default value is PI / 6 (30 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 min to be greater than max, both values will change so min is less than max by at least 0.01 radians.If the value is PI, the max will be set to PI(180) and the min will be dropped by 0.01.
See Also