Cog3DRangeImageCrossSectionExtractPoint PointInImage3D Property Cognex VisionPro 9.7
Gets the point 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: 73.0.0.0
Syntax

public Cog3DVect3 PointInImage3D { get; }

Property Value

Type: Cog3DVect3
Exceptions

ExceptionCondition
ArgumentException If the corner 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