Cog3DRangeImageCrossSectionExtractLineSegment LineSegmentInImage3D Property Cognex VisionPro 9.22 SR1
Gets the line segment extracted by the execute method.

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

public Cog3DLineSeg LineSegmentInImage3D { get; }

Property Value

Type: Cog3DLineSeg
Remarks

The line segment is in the SelectedSpaceName3D of the range image stored in the profile. Return null is the line segment was not computed.
See Also