Cog3DRangeImageCrossSectionExtractLineSegment LineSegment Property Cognex VisionPro 9.5
Gets the line segment extracted 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: 69.0.0.0
Syntax

public CogLineSegment LineSegment { get; }

Property Value

Type: CogLineSegment
Remarks

The line segment is in the ProfileSelectedSpaceName. Return null is the line segment was not computed.
See Also