Replies: 1 comment
-
from ansys.fluent.visualization.pyvista import pyvista_windows_manager p=pyvista_windows_manager.get_plotter("window-1") I think @ajain-work can help if any further queries are there. Additional info: https://docs.pyvista.org/version/stable/api/plotting/_autosummary/pyvista.Renderer.view_isometric.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, first, note that I did create a post about this issue here : ansys/pyfluent-visualization#290
But it doesn't look like there are a lot of activity in this pyfluent-visualization channel.
I am looking to recover the plotter used to make the pyvista figure. Also I need the figure to be hidden. I am going to show the plotter in another window (using streamlit).
Here is what I am trying to use:
So I want to recover the plotter of pyvista and I want a hide_window parameter to pass to pyvista.
Beta Was this translation helpful? Give feedback.
All reactions