ICog3DTransform MapPoints Method Cognex VisionPro 9.22
Map a collection of 3D points.

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

Cog3DVect3Collection MapPoints(
	Cog3DVect3Collection points3D
)

Return Value

Type: Cog3DVect3Collection
A collection holding the mapped points.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also