skillfed

ansys-tools-visualization-interface

A Python visualization interface for PyAnsys libraries

ansys-tools-visualization-interface v0.14.0 99.3K downloads/30d#13,026 on PyPI17
Permissive license MIT Active released

What it is and what it does

The Visualization Interface Tool is a bridge layer for PyAnsys libraries that lets you work with multiple visualization backends—PyVista, Trame (web-based), and Plotly—through a single Python API. Instead of writing different code for each plotting library, you use this package's interface, which handles the translation behind the scenes. It comes with built-in support for picking (selecting objects), viewing controls, and measurement tools, and you can extend it with custom functionality for your specific needs.

The package is lightweight (pure Python, low install friction) and actively maintained. It targets scientific and engineering workflows where visualization flexibility matters—you might need PyVista for desktop work, Trame for web sharing, or Plotly for interactive dashboards, and this tool lets you switch backends without rewriting your visualization code.

Use it for:

  • Visualize Ansys simulation results using PyVista while keeping code portable to web-based Trame or Plotly backends.
  • Build interactive measurement and picking tools on top of 3D geometries without reimplementing them for each backend.
  • Create extensible visualization workflows where backend choice can change without modifying application logic.
  • Integrate PyAnsys results into web applications by abstracting PyVista through Trame without backend-specific code.
  • Develop custom visualization features by extending the interface's base classes for domain-specific needs.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides a Python API that abstracts visualization across multiple plotting backends (PyVista, Trame, Plotly) for PyAnsys libraries, with built-in picking, viewing, and measuring tools.

Yes, if you are working with PyAnsys libraries and need flexibility across visualization backends. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive MIT license. It solves a real abstraction problem for multi-backend visualization. Install it if your workflow involves switching between desktop (PyVista), web (Trame), or interactive (Plotly) visualization; skip it if you are locked into a single backend.

Install

ansys-tools-visualization-interface on PyPI

pip

pip install ansys-tools-visualization-interface

uv

uv add ansys-tools-visualization-interface

poetry

poetry add ansys-tools-visualization-interface

Installing ansys-tools-visualization-interface

Before you install

Low friction: pure Python wheel with only three runtime dependencies (pyvista, websockets, trame-router). Active maintenance with a release 23 days ago and recent commits.

License in practice

MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute this package freely provided you retain the license notice.

Quickstart

pip install ansys-tools-visualization-interface

from ansys_tools_visualization_interface import SomeVisualizationClass
# Use the interface to wrap your plotting backend

Requires Python 3.10 or later; pyvista must be installed and functional on your system.

Verify before relying

  • Whether the package works equally well with all three supported backends or has known limitations with any of them.
  • Performance characteristics when handling large datasets or complex geometries.
  • Extent of custom functionality support beyond the documented picking, viewing, and measuring features.

Package facts

License MIT (permissive)
Python support supports the current Python release (<4,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — pyvista, websockets, trame-router
Maintenance actively maintained — 23 days since the last release
Last repo commit
First released
Downloads 99,336/month — #13,026 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: ansys_tools_visualization_interface-0.14.0-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: Science/ResearchOperating System :: OS IndependentProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Scientific/Engineering :: Information Analysis

Tags

ansys visualization interfacepyvista trame plotly abstractionmulti-backend plotting interfaceansys results visualizationpicking and measuring visualizationpyvista wrapper libraryansys visualization tools
visualization-abstractionansys-ecosystemmulti-backend

More Information Analysis packages