Cog3DLine PointNearestOrigin Property Cognex VisionPro 9.23
Gets the point on this line nearest to the origin.

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

public virtual Cog3DVect3 PointNearestOrigin { get; }

Property Value

Type: Cog3DVect3
The point on the line nearest the origin.
See Also