SnapshotFiles
object SnapshotFiles
Functions
Link copied to clipboard
Clean up all temporary scanner folders and ZIP files (for cleanup on app start or when old folders accumulate) This removes folders and ZIP files with the pattern: scannerTemp* and the legacy scannerTemp folder
Link copied to clipboard
Clean up old temporary scanner folders AND their ZIP files, but keep the most recent N items. This allows concurrent workflows where a user can scan while a previous scan's ZIP is being uploaded.
Link copied to clipboard
Link copied to clipboard
suspend fun exportSnapshot(points: List<PointCloudVertex>, metadata: PLYMetadata, folderPath: String, fileName: String): File
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard