Cog3DLineFitterUsing2DPointsResult GetLinePhys3D Method Cognex VisionPro 9.23
Get a deep copy of the fitted 3D line.

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

public Cog3DLine GetLinePhys3D()

Return Value

Type: Cog3DLine
A deep copy of the fitted 3D line.
Exceptions

ExceptionCondition
Cog3DException If IsFound is false.
See Also