Maps the supplied collection of three dimensional
points into the specified two dimensional space.
This is accomplished by first mapping an input three
dimensional point to root space. The X and Y coodinates
of this root space point are then mapped to the specified
two dimensional space to produce that output two
dimensional point.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
Parameters
- DstPoint2DSpaceName
- Type: System String
The destination two dimensional space name.
- SrcPoint3DSpaceName
- Type: System String
The source three dimensional space name.
- SrcPoints3D
- Type: Cognex.VisionPro3D Cog3DVect3Collection
The source three dimensional point collection.
- DstPoints2D
- Type: Cognex.VisionPro3D Cog3DVect2Collection
The resulting collection of mapped two dimensional points.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If DstPoint2DSpaceName is null. |
| ArgumentNullException | If SrcPoint3DSpaceName is null. |
| ArgumentNullException | If SrcPoints3D is null. |
See Also