Cog3DPointCloudMesh GetTriangleEnumerator Method Cognex VisionPro 9.8 SR1
Gets a triangle enumerator for this point cloud. Note that in the case of multiple roots, this enumerator will step through the contents of each root in order. The number of triangles will not equal the number of points in this point cloud.

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

public IEnumerator<Cog3DPointCloudTriangle> GetTriangleEnumerator()

Return Value

Type: IEnumerator Cog3DPointCloudTriangle 
A reference to a Cog3DPointCloudMesh TriangleAccessor.
Exceptions

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