fetchPlyBytesWithProgress

Downloads the PLY point cloud bytes for this scan, emitting progress updates.

Return

A Flow emitting ai.dockware.core.api.models.DownloadResult.Progress updates and finally ai.dockware.core.api.models.DownloadResult.Complete. Errors are thrown on the Flow (use catch { } or try/catch with .collect { }).

See also

for a simpler suspend variant that just returns the bytes.