Cog3DRangeImageCrossSectionExtractCorner Corner Property Cognex VisionPro
Gets the corner extracted by the execute method. 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
Remarks

The corner position is in the ProfileSelectedSpaceName. The corner returned is the corner specified by the cornerIndex property. Returns null if the corner was not extracted.
See Also