I want get the progress saving the model

long total_size,curr_size;
// Estimated file size generated by saving
SUModelGetFileSize(model,&total_size);
//Gets the size of the saved content
SUModelGetCurrentSaveSize(model,&curr_size);

We wouldn’t be able to predict the final size of the file. Maybe rough percentage…

Log in the issue tracker please? Issues · SketchUp/api-issue-tracker · GitHub

1 Like

Yes. That’s enough.