Cog3DLineSeg ComputeNearestPointCurve Method Cognex VisionPro 9.5
Determines the point on this curve shape that is nearest to the specified point. If the nearest point on this curve shape is not unique, returns one of the nearest points.

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

public virtual Cog3DVect3 ComputeNearestPointCurve(
	Cog3DVect3 point3D
)

Parameters

point3D
Type: Cognex.VisionPro3D Cog3DVect3
The specified point to use when computing the nearest point on this curve shape.

Return Value

Type: Cog3DVect3
The point on this curve shape that is nearest to the specified point.

Implements

ICog3DCurve ComputeNearestPointCurve(Cog3DVect3)
See Also