Cog3DPointCloudMesh GetNormalEnumerator Method Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public virtual IEnumerator<Cog3DPointCloudAttribute3F> GetNormalEnumerator()

Return Value

Type: IEnumerator Cog3DPointCloudAttribute3F 
A reference to a Cog3DPointCloudMesh NormalAccessor.

Implements

ICog3DPointCloud GetNormalEnumerator 
Exceptions

ExceptionCondition
InvalidOperationException If there is less than one root in this point cloud.
Remarks

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