Computes the point on this shape that is nearest to the specified point.
The nearest point on this shape to the specified point is a function of ShapeState.
If the nearest point is not unique, returns one of the nearest points.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
The specified point to use when computing the nearest point on the shape.
Return Value
Type: Cog3DVect3The point on this shape nearest to the specified point.
Implements
ICog3DShape ComputeNearestPoint(Cog3DVect3)See Also