download_project#
- MapdlGrpc.download_project(extensions=None, target_dir=None, progress_bar=False)#
Download all the project files located in the MAPDL working directory.
- Parameters:
- extensions
List
[str
],Tuple
[str
],optional
List of extensions to filter the files before downloading, by default None.
- target_dir
str
,optional
Path to downloaded the files will to. The default is
None
.- progress_barbool,
optional
Display a progress bar using
tqdm
whenTrue
. Helpful for showing download progress. The default isFalse
.
- extensions
- Returns:
List
[Str
]List of downloaded files.
- Return type: