Determines the vertex on this shape that is nearest to the specified point.
If the nearest vertex is not unique, returns one of the nearest vertices.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 80.0.0.0
Syntax
Parameters
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
The specified point to use when computing the nearest vertex on this shape.
Return Value
Type: Cog3DVect3The vertex on this shape nearest to the specified point.
Implements
ICog3DVertex ComputeNearestPointVertex(Cog3DVect3)See Also