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