save_project#

Maxwell3d.save_project(project_file=None, overwrite=True, refresh_obj_ids_after_save=False)[source]#

Save the project and add a message.

Parameters:
project_filestr, optional

Full path and project name. The default is ``None.

overwritebool, optional

Whether to overwrite the existing project. The default is True.

refresh_obj_ids_after_savebool, optional

Whether to refresh object IDs after saving the project. The default is False.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.Save
>>> oProject.SaveAs