Cog3DRangeImageCrossSectionLineSegmentPointPoint LineSegment Property Cognex VisionPro
Gets the line segment computed 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: 65.1.0.0
Syntax

public CogLineSegment LineSegment { get; }

Property Value

Type: CogLineSegment
Exceptions

ExceptionCondition
ArgumentException If the line segment was not computed.
Remarks

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