save_project#
- Project.save_project(filename: str, params: ndarray = None) str#
Saves the current project to a specified file, or to the project folder if no file is specified.
If input parameters are given, the geometry is created first.
- Parameters:
- filename
str Path to save the project file.
- params
np.ndarray,optional Parameter array for geometry generation (default: None).
- filename
- Returns:
strPath to the saved project file.