Cog3DLineFitterUsing3DPointsResult GetLinePhys3D Method Cognex VisionPro 9.22 SR1
Get a deep copy of the fitted 3D line.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.1.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