copy_project#

Q3d.copy_project(path, dest)[source]#

Copy the project to another destination.

Note

This method saves the project before copying it.

Parameters:
pathstr

Path to save a copy of the project to.

dest

Name to give the project in the new destination.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.SaveAs