Gets the point on this line nearest to the origin.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 85.1.0.0
public virtual Cog3DVect3 PointNearestOrigin { get; }public virtual Cog3DVect3 PointNearestOrigin { get; }Public Overridable ReadOnly Property PointNearestOrigin As Cog3DVect3
Get
Public Overridable ReadOnly Property PointNearestOrigin As Cog3DVect3
Get
public:
virtual property Cog3DVect3 PointNearestOrigin {
Cog3DVect3 get ();
}public:
virtual property Cog3DVect3 PointNearestOrigin {
Cog3DVect3 get ();
}Property Value
Type:
Cog3DVect3
The point on the line nearest the origin.