meshing.tui.file.checkpoint#

class main_menu.file.checkpoint(path, service)#

Checkpoint stores the mesh in the memory instead of writing it to a file.

delete_checkpoint(*args, **kwargs)#

Delete checkpoint.

list_checkpoint_names(*args, **kwargs)#

Get all checkpoint names.

restore_checkpoint(*args, **kwargs)#

Restore to checkpoint.

write_checkpoint(*args, **kwargs)#

Write checkpoint.