Cog3DRangeImageCrossSectionIntersectLineLine IntersectPoint Property Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

public CogPointMarker IntersectPoint { get; }

Property Value

Type: CogPointMarker
Remarks

The point is in the ProfileSelectedSpaceName. Returns null if the point was not computed.
See Also