Cog3DRangeImageCrossSectionIntersectLineLine IntersectPointInImage Property Cognex VisionPro 9.22 SR1
Gets the point computed by the execute method.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.1.0.0
Syntax

public CogPointMarker IntersectPointInImage { get; }

Property Value

Type: CogPointMarker
Remarks

The point is in the SelectedSpaceName of the range image stored in the profile. Returns null if the point was not computed.
See Also