Summary#
Download an example file from the Ansys example data repository. |
Description#
Helper module to download project code examples.
Module detail#
- examples.download_file(save_path: str, file_name: str, directory: str | None = None) str #
Download an example file from the Ansys example data repository.
- Parameters:
- Returns:
str
Path of the downloaded file.
Examples
>>> from ansys.rocky.core.examples import download_file >>> file_path = download_file('
' , 'bracket.iges', 'geometry') '/bracket.iges'
- examples.ANSYS_EXAMPLE_DATA_REPO = 'https://github.com/ansys/example-data/raw/master'#
- examples.logger#