Cog3DPlane ComputeDistanceSurface Method Cognex VisionPro
Determines the distance from ComputeNearestPointSurface(point3D) to the specified point point3D.

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

public virtual double ComputeDistanceSurface(
	Cog3DVect3 point3D
)

Parameters

point3D
Type: Cognex.VisionPro3D Cog3DVect3
The specified point to use when computing the distance to this surface shape.

Return Value

Type: Double
The distance from ComputeNearestPointSurface() on this surface shape to the specified point.

Implements

ICog3DSurface ComputeDistanceSurface(Cog3DVect3)
See Also