fetchPlyBytesWithProgress
fun Dockware.ObjectCapture.Processed.fetchPlyBytesWithProgress(maxAttempts: Int = 3): Flow<DownloadResult>
Downloads the PLY point cloud bytes for this processed scan, emitting progress updates.
Return
A Flow emitting DownloadResult.Progress updates and finally 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.