ICog3DVolume ComputeDistanceVolume Method Cognex VisionPro 9.8 SR1
Determines the distance from ComputeNearestPointVolume(point3D) to the specified point point3D.

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

double ComputeDistanceVolume(
	Cog3DVect3 point3D
)

Parameters

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

Return Value

Type: Double
The distance from ComputeNearestPointVolume() on this volume shape to the specified point.
See Also