ICog3DPointCloud GetNormalEnumerator Method Cognex VisionPro 9.20
Returns an interator that will step through the Normal attributes of every point in this point cloud. If no Normal data is available this method returns a null.

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

IEnumerator<Cog3DPointCloudAttribute3F> GetNormalEnumerator()

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