Determines the distance from ComputeNearestPointCurve(point3D)
to the specified point point3D.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
Parameters
- point3D
- Type: Cognex.VisionPro3D Cog3DVect3
The specified point to use when computing the distance to this curve shape.
Return Value
Type: DoubleThe distance from ComputeNearestPointCurve() on this curve shape to the specified point.
See Also