Convert point cloud to a list of 3-tuples (X coordinate, Y coordinate, Z value).
- Return type:
Iterable[tuple[int | float | integer[Any] | floating[Any], int | float | integer[Any] | floating[Any], int | float | integer[Any] | floating[Any]]]