Returns an iterator that will step through the positions of every
point in this point cloud.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
Return Value
Type: IEnumerator Cog3DPointCloudAttribute3FA reference to a Cog3DPointCloudMesh PositionAccessor.
Implements
ICog3DPointCloud GetPositionEnumeratorExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If there is less than one root in this point cloud. |
Remarks
See Also