Cog3DTransformRotation MapPoints Method Cognex VisionPro 9.5
Map a collection of 3D points.

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

public virtual Cog3DVect3Collection MapPoints(
	Cog3DVect3Collection points3D
)

Return Value

Type: Cog3DVect3Collection
A collection holding the mapped points.

Implements

ICog3DTransform MapPoints(Cog3DVect3Collection)
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also