copy_project#
- Hfss3dLayout.copy_project(destination: str, name: str) bool#
Copy the project to another destination.
Note
This method saves the project before copying it.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oProject.SaveAs
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.copy_project(r"C:\temp", "BackupProject")