copy_project#

Maxwell2d.copy_project(destination, name)[source]#

Copy the project to another destination.

Note

This method saves the project before copying it.

Parameters:
destinationstr

Path to save a copy of the project to.

name

Name to give the project in the new destination.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.SaveAs