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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public CogPointMarker IntersectPoint { get; }public CogPointMarker IntersectPoint { get; }Public ReadOnly Property IntersectPoint As CogPointMarker
Get
Public ReadOnly Property IntersectPoint As CogPointMarker
Get
public:
property CogPointMarker^ IntersectPoint {
CogPointMarker^ get ();
}public:
property CogPointMarker^ IntersectPoint {
CogPointMarker^ get ();
}Property Value
Type:
CogPointMarker
The point is in the ProfileSelectedSpaceName.
Returns null if the point was not computed.