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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public CogLineSegment LineSegment { get; }public CogLineSegment LineSegment { get; }Public ReadOnly Property LineSegment As CogLineSegment
Get
Public ReadOnly Property LineSegment As CogLineSegment
Get
public:
property CogLineSegment^ LineSegment {
CogLineSegment^ get ();
}public:
property CogLineSegment^ LineSegment {
CogLineSegment^ get ();
}Property Value
Type:
CogLineSegment
The line segment is in the ProfileSelectedSpaceName.
Return null is the line segment was not computed.