Gets the line segment computed by the execute method.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DLineSeg LineSegmentInImage3D { get; }public Cog3DLineSeg LineSegmentInImage3D { get; }Public ReadOnly Property LineSegmentInImage3D As Cog3DLineSeg
Get
Public ReadOnly Property LineSegmentInImage3D As Cog3DLineSeg
Get
public:
property Cog3DLineSeg^ LineSegmentInImage3D {
Cog3DLineSeg^ get ();
}public:
property Cog3DLineSeg^ LineSegmentInImage3D {
Cog3DLineSeg^ get ();
}Property Value
Type:
Cog3DLineSeg
The line segment is in the SelectedSpaceName3D of the range image
stored in the profile.
Returns null if the line segment was not computed.