Cog3DRangeImageCrossSectionExtractCornerV2 Corner Property Cognex VisionPro
Returns the extracted corner by the execute method. The corner position is in the ProfileSelectedSpaceName. The corner returned is the corner specified by CornerIndex property. Returns null if the corner was not extracted. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

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

public CogPointMarker Corner { get; }

Property Value

Type: CogPointMarker
See Also