The ansys.tools.visualization_interface library#

Summary#

backends

Provides interfaces.

types

Provides custom types.

utils

Provides the Utils package.

plotter

Module for the Plotter class.

USE_TRAME

DOCUMENTATION_BUILD

Whether the documentation is being built or not.

TESTING_MODE

Whether the library is being built or not, used to avoid showing plots while testing.

USE_HTML_BACKEND

Whether the library is being built or not, used to avoid showing plots while testing.

Description#

Visualization Interface Tool is a Python client library for visualizing the results of Ansys simulations.

Module detail#

visualization_interface.USE_TRAME: bool = False#
visualization_interface.DOCUMENTATION_BUILD: bool#

Whether the documentation is being built or not.

visualization_interface.TESTING_MODE: bool#

Whether the library is being built or not, used to avoid showing plots while testing.

visualization_interface.USE_HTML_BACKEND: bool#

Whether the library is being built or not, used to avoid showing plots while testing.

visualization_interface.__version__#