Cog3DRangeImageCrossSectionAreaResult LeftPoint Property Cognex VisionPro 9.5
Gets the calculated leftmost point on the input profile. The point has to be in range, the difference cannot be 0 and it has to be outside the height threshold.

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

public Cog3DVect2 LeftPoint { get; }

Property Value

Type: Cog3DVect2
Exceptions

ExceptionCondition
ArgumentException when PointsAreValid is False.
See Also