clean_cache_and_files#

ModelPlotter.clean_cache_and_files(remove_objs: bool = True, remove_fields: bool = True, clean_cache: bool = False) bool#

Clean downloaded files, and, on demand, also the cached meshes.

Parameters:
remove_objsbool
remove_fieldsbool
clean_cachebool
Returns:
bool

Examples

>>> from ansys.aedt.core.visualization.plot.pyvista import ModelPlotter
>>> obj = ModelPlotter()
>>> obj.clean_cache_and_files(remove_objs=True, remove_fields=True)