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:
extensionsList[str], Tuple[str], optional

List of extensions to filter the files before downloading, by default None.

target_dirstr, optional

Path to downloaded the files will to. The default is None.

progress_barbool, optional

Display a progress bar using tqdm when True. Helpful for showing download progress. The default is False.

Returns:
List[Str]

List of downloaded files.

Return type:

List[str]