Visual Interactive Simulation Object Renderer (VISOR)#
Introduction#
VISOR (Visual Interactive Simulation Object Renderer) is a Python-based 3D visualization web component for Ansys solutions and apps.
You can use VISOR for 3D visualization on desktop and on premises. It customizes existing rendering frameworks to meet functional and nonfunctional requirements, including integrability, scalability, performance, and ease of use.
You can use VISOR to integrate with the following tools:
SAF (Solution Application Framework) to provide 3D visualization capabilities.
Ansys Dynamic Reporting to support dynamic reporting workflows.
PyAnsys Visualization Interface Tool to connect PyAnsys libraries to different plotting backends.
You run VISOR with VTK (Visual Toolkit) rendering through Trame for client-server architecture and Python integration workflows. You target VTK WASM with WebGL support.
View a demo to see VISOR in action.
Learn how to install VISOR, set up and run a minimal solution, review known limitations, and override default settings.
Learn how to run VISOR in different modes, use its arguments, bring in your data, and integrate with SAF.
Access the Python API reference documentation for VISOR, including classes and methods.
Access the HTTP API reference documentation for VISOR services, including endpoint usage and example responses.
Explore examples demonstrating VISOR usage.