Cog3DRangeImageCrossSectionMidpointPointPoint MidpointInImage3D Property Cognex VisionPro 9.21
Gets the midpoint found 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: 83.0.0.0
Syntax

public Cog3DVect3 MidpointInImage3D { get; }

Property Value

Type: Cog3DVect3
Exceptions

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