Cog3DRangeImageCrossSectionNearestPoint NearestPointInImage3D Property Cognex VisionPro 9.10
Gets the nearest point found 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: 79.0.0.0
Syntax

public Cog3DVect3 NearestPointInImage3D { get; }

Property Value

Type: Cog3DVect3
Exceptions

ExceptionCondition
ArgumentException If the nearest point was not computed. The Cog3DVect3 is a ValueType and cannot return a null.
Remarks

The point is in the SelectedSpaceName3D of the range image stored in the profile.
See Also