Cog3DRangeImageCrossSectionExtractCornerV2 CornerInImage3D Property Cognex VisionPro
Returns the extracted corner by execute method. The corner position is in the range image SelectedSpaceName3D. 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 Cog3DVect3 CornerInImage3D { get; }

Property Value

Type: Cog3DVect3
Exceptions

ExceptionCondition
ArgumentException If the corner was not computed. The Cog3DVect3 is a ValueType and cannot return a null.
See Also