-
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
Mesh not correctly plotted #66
Comments
Interesting, it seems that a decimation is happening. I'm wondering if the index encoding for cell connectivity is done on a too small uintXX. I guess I will need to investigate and look at you data. Thanks for sharing... |
I was able to reproduce it and made some test cases for trame. It will require some additional investigation. So far the server is encoding connectivity using |
Did a PR for VTK itself. Thanks for reporting such issue. |
Description
Attached mesh is not correctly plotted with Dash VTK. No issue with ParaView or PyVista.
No problem with simpler meshes with Dash VTK.
mesh.zip
Steps/Code to Reproduce
Expected Results
Actual Results
Versions
dash == 2.0.0
dash_vtk == 0.0.9
The text was updated successfully, but these errors were encountered: