Cog3DPointCloudMesh TriangleAccessor MoveNext Method Cognex VisionPro 9.8
Advance this accessor to the next triangle of the point cloud, spanning all roots in order.

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

public virtual bool MoveNext()

Return Value

Type: Boolean
True if the accessor was successfully advanced to the next triangle; false if the accessor has passed the end of the collection.
Remarks

Note that an individual triangle never spans multiple roots.
See Also