Cog3DRangeImageCrossSectionIntersectLineLine IntersectPointInImage3D Property Cognex VisionPro 9.10
Gets the point computed 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 IntersectPointInImage3D { get; }

Property Value

Type: Cog3DVect3
Exceptions

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