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.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Return Value
Type: IEnumerator Cog3DPointCloudTriangleA reference to a Cog3DPointCloudMesh TriangleAccessor.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If there is less than one root in this point cloud. |
See Also