cleanup_solution#

Icepak.cleanup_solution(variations='All', entire_solution=True, field=True, mesh=True, linked_data=True)[source]#

Delete a set of Solution Variations or part of them.

Parameters:
variationsList, str, optional

All variations to delete. Default is “All” which deletes all available solutions.

entire_solutionbool, optional

Either if delete entire Solution or part of it. If True other booleans will be ignored as solution will be entirely deleted.

fieldbool, optional

Either if delete entire Fields of variation or not. Default is True.

meshbool, optional

Either if delete entire Mesh of variation or not. Default is True.

linked_databool, optional

Either if delete entire Linked Data of variation or not. Default is True.

Returns:
bool

True if Delete operation succeeded.