ICog3DPointCloud GetPositionEnumerator Method Cognex VisionPro 9.21
Returns an iterator that will step through the positions of every point in this point cloud.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 83.0.0.0
Syntax

IEnumerator<Cog3DPointCloudAttribute3F> GetPositionEnumerator()

Return Value

Type: IEnumerator Cog3DPointCloudAttribute3F 
Remarks

If this point cloud has multiple roots, then this iterator will step through every point in every root.
See Also