-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyvista issue with volume data representation #55
Comments
I'm wondering if it is related to numpy array. I'm currently off but I would try to add a |
I tried what you suggested and it still gives the same error. |
Maybe I should have asked what is the error? |
Sorry, I just looked at the data and your field is a vector (3 components). You will have to convert it to a scalar if you want to render it in volume rendering. |
But my guess is that you want geometry rendering with glyphing or something along those lines. But maybe I'm wrong and I have no idea on what you are trying to see. |
I believe this is exactly what we want, although we would like to focus the streamlines on just the airflow (blue-ish part of the image). To achieve this you used geometry rendering? |
Yes, geometry rendering with some filtering to generate the stream lines. (sorry for the late reply, just got back from vacation) |
I think I am a bit confused on how to render it using dash-vtk, are you using PyVista or VTK to load the data points? (Also, it's okay, thank you for your reply) |
To me VTK or PyVista is the same thing. That only affect the syntax but under the hood it is VTK. HTH |
See readme https://github.com/lizzjs/dash-vtk
@jourdain this seems out of my domain, do you think this is an easy fix or something that can be added to docs?
The text was updated successfully, but these errors were encountered: