Map a collection of 3D points.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 87.0.0.0
Syntax
Parameters
- points3D
- Type: Cognex.VisionPro3D Cog3DVect3Collection
The 3D points to map using this transform.
Return Value
Type: Cog3DVect3CollectionA collection holding the mapped points.
Implements
ICog3DTransform MapPoints(Cog3DVect3Collection)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
See Also