CogCenterPointsToLines NormalDirectionInferenceMethod Property Cognex VisionPro 9.10
How this class will infer the normal direction of the line segments.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax

public CogCenterPointsToLinesNormalDirectionInferenceMethodConstants NormalDirectionInferenceMethod { get; set; }

Property Value

Type: CogCenterPointsToLinesNormalDirectionInferenceMethodConstants
The default value is InferFromConvexity.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of the CogCenterPointsToLinesNormalDirectionInferenceMethodConstants enumeration.
See Also